diff options
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 478b7af632..9ef1fa2e3c 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -11,10 +11,20 @@ } } .filter.menu { + .item { + text-align: left; + .floating.label { + top: 7px; + left: 95%; + } + } .item.active { background-color: #4183c4; color: #FFF; } + .item .text { + width: 90%; + } } .ui.right .head.menu { margin-top: -5px; |