diff --git a/static/styles/settings.scss b/static/styles/settings.scss index 982e550d32..889c6d736b 100644 --- a/static/styles/settings.scss +++ b/static/styles/settings.scss @@ -363,9 +363,11 @@ td .button { } } -#admin-user-list .table tr:first-of-type td, -#admin-bot-list .table tr:first-of-type td { - border-top: none; +#admin-user-list, +#admin-bot-list { + .table tr:first-of-type td { + border-top: none; + } } .dynamic-input {