Browse Source

Fix new repo alignment (#6583)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.21.12.1
John Olheiser zeripath 6 years ago
parent
commit
48cdd90d4e
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      public/css/index.css
  2. +4
    -0
      public/less/_base.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 4
- 0
public/less/_base.less View File

@@ -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;
}


Loading…
Cancel
Save