From 472477efa01abcc2d7bba905f81f34c652f1dcf4 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 6 Aug 2018 16:51:04 +0800 Subject: [PATCH] Fix form style --- resources/assets/src/stylus/common.styl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index f40e9c56..748a5448 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -134,3 +134,16 @@ input:-webkit-autofill { display: none; } } + +.key { + vertical-align: middle; +} +.value { + width: 70%; +} + +.table > tbody > tr { + td.value, td.key { + border-top: 0; + } +}