Fix the grid labels to have a min-width of 200px.

The labels should respect their original width of 200px but overflow
if the language or content is too long.
This commit is contained in:
Brock Whittaker 2017-04-02 14:32:15 -07:00 committed by showell
parent 3d1ce3fafe
commit 28a63da02f
1 changed files with 4 additions and 0 deletions

View File

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