Adjust widget language setting widths

This commit is contained in:
rajchales-monito
2026-07-30 09:49:20 +02:00
parent b4ec4e3757
commit 67fb0e6fc4
+3
View File
@@ -225,6 +225,9 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
width: auto; width: auto;
margin: 0; margin: 0;
} }
.widget-language-settings {
grid-template-columns: 132px minmax(180px, 1fr);
}
.effect-settings .full-row, .effect-settings .full-row,
.effect-settings .ai-help, .effect-settings .ai-help,
.widget-language-settings small { .widget-language-settings small {