Skip to content

Commit 021154d

Browse files
authored
Merge pull request #16756 from gutris1/master
Fix: changed settings overflow, display up to 5 lines with scroll bar
2 parents 813c391 + b82ba9b commit 021154d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,10 @@ div.toprow-compact-tools{
480480
}
481481

482482
#settings_result{
483-
height: 1.4em;
483+
min-height: 1.4em;
484484
margin: 0 1.2em;
485+
max-height: calc(var(--text-md) * var(--line-sm) * 5);
486+
overflow-y: auto;
485487
}
486488

487489
table.popup-table{

0 commit comments

Comments
 (0)