diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-04-11 16:09:41 -0500 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-04-11 22:09:41 +0100 |
commit | 48cdd90d4e2f4807e8aa61315a49ca3d775213ef (patch) | |
tree | 5755beb61d39d9a068dfdde9b4c6dae65218e384 /public/less | |
parent | 4ad65bb89b8fe5ede8bb6bbaea9b77af2c0cafd3 (diff) | |
download | gitea-48cdd90d4e2f4807e8aa61315a49ca3d775213ef.tar.gz gitea-48cdd90d4e2f4807e8aa61315a49ca3d775213ef.zip |
Fix new repo alignment (#6583)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 6b9617b5e6..2f3c215ae5 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -288,6 +288,10 @@ pre, code { font-size: .92857143rem; } + &.menu .ui.dropdown.item .menu .item { + margin-right: auto; + } + &.dropdown .menu>.item>.floating.label { z-index: 11; } |