mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 05:23:32 -06:00
[bugfix/frontend] Fix error on submitting domain perm with enter key (#3218)
This commit is contained in:
parent
889d4756ea
commit
9b2f14b131
2 changed files with 12 additions and 5 deletions
|
|
@ -581,6 +581,10 @@ span.form-info {
|
|||
.filter {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue