From 4bbc7089acf5182be20118fdee250f2dc9d4ed4b Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Wed, 4 Jul 2018 06:09:06 -0400 Subject: [PATCH] Positioning and bug-fixes --- manage/manage.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manage/manage.css b/manage/manage.css index 15195122..ae8a66fd 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -1093,6 +1093,10 @@ input[id^="manage.newUI"] { left: 3.75rem; } + html:not(.newUI) .applies-to { + word-break: break-all; + } + #installed { table-layout: fixed; } @@ -1159,6 +1163,11 @@ input[id^="manage.newUI"] { margin-top: 0; } + #header summary { + margin-top: 0; + padding-bottom: .25rem; + } + .newUI .entry { margin: 0; }