1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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

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