From 83c675d2fc65f278de54e5e6da78207cb2e5c66f Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 21 Aug 2018 12:04:04 +0800 Subject: [PATCH] Fix OptionForm rendering on mobile --- resources/assets/src/stylus/common.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index df3c25c1..e92fa747 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -159,6 +159,16 @@ input:-webkit-autofill { td.value, td.key { border-top: 0; } + + @media (max-width: 768px) { + td.value, td.key { + display: block; + } + + td.value { + width: 90%; + } + } } .modal-danger .modal-title small {