mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
settings: Make col-width consistent between tables.
This makes the column width consistent between tables in the organization users section by making the "Name" section 20%.
This commit is contained in:
parent
c8641d49b5
commit
a2fc3d34db
@ -146,6 +146,10 @@ label {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#settings_content table + .progressive-table-wrapper table tr td:first-of-type {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
td .button {
|
||||
margin: 2px 0px;
|
||||
box-shadow: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user