mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -35,10 +35,6 @@ label {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.new-style .grid label {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.new-style .grid .warning {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
Reference in New Issue
Block a user