4,656
edits
No edit summary |
No edit summary |
||
| Line 261: | Line 261: | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: | align-items: flex-start; | ||
gap: 12px; | |||
width: 100%; | |||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
| Line 272: | Line 274: | ||
margin-top: 0; | margin-top: 0; | ||
width: fit-content; | width: fit-content; | ||
white-space: | flex: 1 1 auto; | ||
min-width: 0; | |||
white-space: normal; | |||
} | } | ||
| Line 313: | Line 317: | ||
} | } | ||
#print-selection-wrapper { | #print-selection-wrapper { | ||
position: relative; | flex: 0 0 auto; | ||
position: relative; | |||
} | } | ||
#print-selection-options { | #print-selection-options { | ||