Responsive layout fix: flex-wrap, button text wrap
This commit is contained in:
parent
f69d2134ac
commit
24b8fb6cac
1 changed files with 6 additions and 1 deletions
|
@ -54,7 +54,8 @@ header>label {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
column-gap: 0.25rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
input[type=radio],
|
||||
|
@ -63,4 +64,8 @@ header>label {
|
|||
margin-left: 0.25rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
width: max-content;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue