From 100ba3e89b8c7bff6a773454470811247ad8adb6 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:27:18 +0900 Subject: [PATCH] quickfix: mobile AdvFormat Preset Selector Width --- public/css/st-tailwind.css | 3 ++- public/index.html | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/css/st-tailwind.css b/public/css/st-tailwind.css index b505fccd6..fe6258bd6 100644 --- a/public/css/st-tailwind.css +++ b/public/css/st-tailwind.css @@ -404,6 +404,7 @@ .widthFitContent { width: fit-content; + min-width: fit-content; } .flexGap5 { @@ -416,4 +417,4 @@ .opacity1 { opacity: 1 !important; -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 18376a045..979579399 100644 --- a/public/index.html +++ b/public/index.html @@ -2099,8 +2099,8 @@

Context Template

-
- +
+ @@ -4428,4 +4428,4 @@ - + \ No newline at end of file