From e5a557369bf592c613f33d257d319f627fb75cc0 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 30 Jul 2018 11:45:33 +0300 Subject: [PATCH] vertically center the labels this also fixes the bug with covering the descender in letters like "g" when the label is shown in the second row of a style name due to wrapping --- manage/manage.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage/manage.css b/manage/manage.css index 7366c1e9..4e772410 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -240,6 +240,8 @@ select { border-radius: 4px; margin-left: 1ex; white-space: nowrap; + position: relative; + top: 2px; } .entry.usercss .style-name-link::after {