1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

chore: rename class issue-title-buttons to button-row

This commit is contained in:
0ko 2024-06-28 13:11:16 +05:00
parent 51735c415b
commit 7299b2def4
8 changed files with 11 additions and 11 deletions

View file

@ -246,11 +246,11 @@ h1.error-code {
user-select: none;
}
.top-right-buttons {
.button-row {
gap: 0.5rem;
}
.top-right-buttons .ui.button {
.button-row .ui.button {
margin-right: 0;
}