Fix buttons left-margin (#11427)

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
Cirno the Strongest 2020-05-16 19:45:44 +02:00 committed by GitHub
parent b2b86ea870
commit 4744e1e0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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