From 1802ca12fd545306eb3e7ee9d1e7f344a983b119 Mon Sep 17 00:00:00 2001 From: 4yn <4yn@users.noreply.github.com> Date: Wed, 23 Mar 2022 01:52:18 +0800 Subject: [PATCH] prevent horizontal scollbar with padding --- public/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/global.css b/public/global.css index ff6ac87..26587eb 100644 --- a/public/global.css +++ b/public/global.css @@ -76,6 +76,7 @@ body { flex-flow: column nowrap; align-items: stretch; justify-content: flex-start; + width: 100%; } .preview-row { @@ -83,7 +84,7 @@ body { } .options { - padding: 0.5rem 0; + padding: 0.5rem 0.25rem; flex: 1 1; display: flex;