admin: Remove 200px width limitation on .grid label.

This removes the 200px width limitation that was part of a previous
style guide for the settings/administration pages. It force-wraps
lines that shouldn't be wrapped and no longer serves its original
purpose.

Fixes: #4312.
This commit is contained in:
Brock Whittaker
2017-03-30 13:29:39 -07:00
parent 32e76c2c60
commit 5546f037a7

View File

@@ -35,10 +35,6 @@ label {
margin-top: 10px;
}
.new-style .grid label {
width: 200px;
}
.new-style .grid .warning {
display: inline-block;
vertical-align: top;