Skip to content

Commit

Permalink
Merge pull request #16756 from gutris1/master
Browse files Browse the repository at this point in the history
Fix: changed settings overflow, display up to 5 lines with scroll bar
  • Loading branch information
w-e-w authored Dec 28, 2024
2 parents 813c391 + b82ba9b commit 021154d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,10 @@ div.toprow-compact-tools{
}

#settings_result{
height: 1.4em;
min-height: 1.4em;
margin: 0 1.2em;
max-height: calc(var(--text-md) * var(--line-sm) * 5);
overflow-y: auto;
}

table.popup-table{
Expand Down

0 comments on commit 021154d

Please sign in to comment.