Fix text overflow in forms

pull/1/head
yflory 2021-09-02 13:44:09 +02:00
parent 5f22b00ba5
commit e9a4416820
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
display: flex;
align-items: center;
margin-bottom: 10px;
flex-wrap: wrap;
& > *:not(:first-child) {
margin-left: 10px;
}