From b18c83a8ca758db0520030a87010a39af7d1c86a Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 1 May 2026 16:56:13 +0100 Subject: [PATCH] image asset style update --- myriad/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/myriad/static/style.css b/myriad/static/style.css index 552666d..e9dabde 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -119,6 +119,8 @@ form textarea{ height:56px; width:auto; object-fit:scale-down; + max-width:180px; + overflow:hidden; }