Browse Source

Fix buttons left-margin (#11427)

Co-authored-by: Lauris BH <lauris@nix.lv>
for-closed-social
Cirno the Strongest 4 years ago
committed by GitHub
parent
commit
4744e1e0f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/less/_repository.less

+ 1
- 1
web_src/less/_repository.less View File

@ -2869,7 +2869,7 @@ td.blob-excerpt {
overflow: hidden;
}
.ui .right .ui.button {
.ui.form .right .ui.button {
margin-left: .25em;
margin-right: 0;
}

Loading…
Cancel
Save