1
0
Fork 0
forked from forgejo/forgejo

Don't apply wrap around submit buttons on review form

This commit is contained in:
Gusted 2022-04-27 01:04:48 +02:00
parent 0b38084baa
commit 8ef16c7cfb
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

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