1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Fix new repo alignment (#6583) (#6585)

* Fix new repo alignment (#6583)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Kick Drone

* Make stylesheets again.

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser 2019-04-11 18:29:00 -05:00 committed by techknowlogick
parent 245089b9c9
commit 95e12be30f
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -300,6 +300,10 @@ pre, code {
font-size: .92857143rem;
}
&.menu .ui.dropdown.item .menu .item {
margin-right: auto;
}
&.dropdown .menu>.item>.floating.label {
z-index: 11;
}