forked from forgejo/forgejo
Don't apply wrap around submit buttons on review form
This commit is contained in:
parent
0b38084baa
commit
8ef16c7cfb
1 changed files with 1 additions and 1 deletions
|
@ -1655,7 +1655,7 @@
|
|||
@media (max-width: 480px) {
|
||||
padding-top: .25rem;
|
||||
|
||||
.ui.button {
|
||||
.ui.button:not(.btn-submit) {
|
||||
padding-left: .5rem;
|
||||
padding-right: .5rem;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue