mirror of https://github.com/zulip/zulip.git
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:
parent
3d1ce3fafe
commit
28a63da02f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue