mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-25 10:54:27 -04:00
Merge branch 'main' into main
This commit is contained in:
commit
54d37d1e7b
@ -5,9 +5,12 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clone-buttons-combo input {
|
.clone-buttons-combo > .ui.button:not(:last-child) {
|
||||||
border-left: none !important;
|
border-right: none;
|
||||||
border-radius: 0 !important;
|
}
|
||||||
|
|
||||||
|
.ui.action.input.clone-buttons-combo input {
|
||||||
|
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user