From ac19d2f2f6e949c319e128115b85cd7a0ca4d0d8 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Mon, 7 Oct 2024 10:52:16 +0200 Subject: [PATCH] fix(richText): image border-radius --- src/components/richText/richText.module.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/richText/richText.module.css b/src/components/richText/richText.module.css index eca24ec84..6b31b285f 100644 --- a/src/components/richText/richText.module.css +++ b/src/components/richText/richText.module.css @@ -15,7 +15,6 @@ } .image { - border-radius: 0.3125rem; overflow: hidden; margin: auto; width: 100%; @@ -31,6 +30,10 @@ max-width: 100%; height: 25rem; } + + & img { + border-radius: 0.3125rem; + } } .blockquote {