0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-24 10:44:32 -04:00

Merge branch 'release/v1.23' into backport-34205-v1.23

This commit is contained in:
Giteabot 2025-04-16 15:46:44 +08:00 committed by GitHub
commit 5b244c5483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,12 @@
flex: 1;
}
.clone-buttons-combo input {
border-left: none !important;
border-radius: 0 !important;
.clone-buttons-combo > .ui.button:not(:last-child) {
border-right: none;
}
.ui.action.input.clone-buttons-combo input {
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
height: 30px;
}