From ee06c0873422e52053aa91e89187c05c38f9ed1e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 15:46:01 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index b609de463..f625b633c 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -83,7 +83,7 @@ img[lazy=loading] { @apply animate-pulse; } - img[width], img[height] { + bdi img[width], img[height] { max-width: none; height: 24px; }