Merge pull request #16756 from gutris1/master

Fix: changed settings overflow, display up to 5 lines with scroll bar
This commit is contained in:
w-e-w
2024-12-28 21:10:17 +09:00
committed by GitHub

View File

@@ -480,8 +480,10 @@ div.toprow-compact-tools{
} }
#settings_result{ #settings_result{
height: 1.4em; min-height: 1.4em;
margin: 0 1.2em; margin: 0 1.2em;
max-height: calc(var(--text-md) * var(--line-sm) * 5);
overflow-y: auto;
} }
table.popup-table{ table.popup-table{