1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

ha-data-table: add ellipsis for ".secondary" (#28577)

add ellipsis for ".secondary"
This commit is contained in:
ildar170975
2025-12-17 08:41:07 +03:00
committed by GitHub
parent 9b6ebdfcc0
commit 9e9adfcc90

View File

@@ -1402,6 +1402,9 @@ export class HaDataTable extends LitElement {
}
.secondary {
color: var(--secondary-text-color);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.scroller {
height: calc(100% - 57px);