1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-24 02:39:46 +01:00

Fix dropdown width in datatables (#29340)

This commit is contained in:
Wendelin
2026-02-02 14:49:54 +01:00
committed by GitHub
parent ff5ecc047a
commit 3376036392
6 changed files with 35 additions and 11 deletions

View File

@@ -1417,6 +1417,10 @@ ${rejected
ha-assist-chip {
--ha-assist-chip-container-shape: 10px;
}
ha-dropdown::part(menu),
ha-dropdown::part(submenu) {
--auto-size-available-width: calc(50vw - var(--ha-space-4));
}
ha-dropdown ha-assist-chip {
--md-assist-chip-trailing-space: 8px;
}