slightly widen the notice div on the console so text never needs to wrap

This commit is contained in:
hankhill19580
2020-05-20 17:56:43 +00:00
parent b373e253c9
commit e1d8e360a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1202,7 +1202,7 @@ div.messages li {
position: absolute;
top: 75%;
left: 5%;
width: 20%;
width: 22%;
}
div.widepanel h3 {

View File

@@ -2230,7 +2230,7 @@ td.optionsave {
position: absolute;
top: 75%;
left: 5%;
width: 20%;
width: 22%;
}
#bandwidthconfig .configtable tr:last-child td {