From f07e1b269e89083af6e37d9cf23a46a88f9e6859 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 27 Aug 2018 17:13:03 +0300 Subject: [PATCH] don't wrap the force-check button * the label text is too long and contains meaningful info * it's displayed only rarely in normal usage scenario --- manage/manage.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manage/manage.css b/manage/manage.css index 8b08795c..479330f5 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -71,6 +71,11 @@ a:hover { max-width: calc(100% - 30px); } +#check-all-updates-force { + white-space: normal; + text-align: left; +} + #header h1 { margin-top: 0; margin-bottom: .3em;