diff options
author | 2018-06-19 12:10:37 +0100 | |
---|---|---|
committer | 2018-06-19 12:10:37 +0100 | |
commit | aa64fb6970bb364fed8856fcfb54f3181044bd2f (patch) | |
tree | 400c19f2767b2abc7ed3c90fc95de889a20a9ade /scss | |
parent | Remove extraneous code (diff) |
Small styling fix for applications page
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pysite/pages/staff/_common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/pysite/pages/staff/_common.scss b/scss/pysite/pages/staff/_common.scss index d87077db..69c9d533 100644 --- a/scss/pysite/pages/staff/_common.scss +++ b/scss/pysite/pages/staff/_common.scss @@ -38,6 +38,10 @@ $page_classes: ( vertical-align: central; } + .user-id { + margin-bottom: 0 !important; + } + .expand-icon { display: none; } |