From a2fc3d34db96893abe45bfade2a36fe6d9409461 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Mon, 28 Aug 2017 10:49:39 -0700 Subject: [PATCH] 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%. --- static/styles/settings.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/settings.css b/static/styles/settings.css index 687faaaa86..628b37ac2b 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -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;