corrected width of datatable search field
This commit is contained in:
parent
02f9d7e614
commit
e45e45f025
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user