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
This commit is contained in:
tophf 2018-08-27 17:13:03 +03:00
parent f09380af76
commit f07e1b269e

View File

@ -71,6 +71,11 @@ a:hover {
max-width: calc(100% - 30px); max-width: calc(100% - 30px);
} }
#check-all-updates-force {
white-space: normal;
text-align: left;
}
#header h1 { #header h1 {
margin-top: 0; margin-top: 0;
margin-bottom: .3em; margin-bottom: .3em;