corrected width of datatable search field

This commit is contained in:
eclipse 2025-05-16 16:45:02 +02:00
parent 02f9d7e614
commit e45e45f025

View File

@ -64,6 +64,12 @@ table.dataTable span.dt-column-order::after
line-height: var(--pico-line-height) !important;
}
/* make search field expand to ca. half width */
.dt-container div:first-child > .dt-layout-cell,
.dt-container div:first-child .dt-search {
flex-grow: 1;
}
table.dataTable td.action {
padding: calc(var(--pico-spacing) / 2) var(--pico-spacing);
}