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:
Brock Whittaker 2017-08-28 10:49:39 -07:00 committed by Tim Abbott
parent c8641d49b5
commit a2fc3d34db

View File

@ -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;