summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-31 18:01:00 +0500
committerenahum <nahumhbl@gmail.com>2017-01-31 10:01:00 -0300
commitcec05e280e3b02c8709e885767f1bf24dba2d9bd (patch)
treed7d9c50cdb7d192894f88abae597c056a64a09f5 /webapp
parent7431050b427af88c5e5358bf086176d7a680149b (diff)
downloadchat-cec05e280e3b02c8709e885767f1bf24dba2d9bd.tar.gz
chat-cec05e280e3b02c8709e885767f1bf24dba2d9bd.tar.bz2
chat-cec05e280e3b02c8709e885767f1bf24dba2d9bd.zip
Minor fix for system console menu (#5225)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_headers.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index ca5597bf9..e6dc6bb68 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -25,6 +25,7 @@
th {
font-weight: normal !important;
+
&.header-list__members {
padding-right: 4px;
}
@@ -282,6 +283,10 @@
top: 10px;
z-index: 5;
+ li {
+ width: 100%;
+ }
+
.sidebar-header-dropdown__toggle,
.admin-navbar-dropdown__toggle {
@include opacity(.8);