Skip to content

Commit 8aa9336

Browse files
committed
Minor sizing changes
1 parent 54b4a0f commit 8aa9336

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ span.modal-hint {
184184
border-radius: 0.375rem;
185185
background: hsl(0, 0%, 96%);
186186
line-height: normal;
187+
max-height: fit-content;
187188
}
188189

189190
span.tooltip {
@@ -259,3 +260,7 @@ div.tabs-container fieldset:not(fieldset fieldset) legend {
259260
.select select {
260261
min-width: 10rem;
261262
}
263+
264+
.column.is-1 > .field > .control > .select select {
265+
min-width: 5rem;
266+
}

0 commit comments

Comments
 (0)