From 92cd95ec4410af4a043d06b010c4127d983f569e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 11:25:44 -0600 Subject: [PATCH] width --- files/static/src/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/static/src/main.css b/files/static/src/main.css index e4a46fa6e..1765cb368 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -80,6 +80,9 @@ img[lazy=loading] { @apply animate-pulse; } + img[width], img[height] { + max-width: none; + } /*Inputs*/ .label { @apply block font-bold text-gray-700 text-sm leading-normal mb-1;