Skip to content
Snippets Groups Projects
Commit 4e04ee94 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fix toolkit tabulator update display bug

parent 7344302f
No related branches found
No related tags found
No related merge requests found
Pipeline #188403 passed
......@@ -864,6 +864,8 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
${commonStyles.getRadioAndCheckboxCss()}
${commonStyles.getTabulatorStyles()}
${fileHandlingStyles.getFileHandlingCss()}
a {
border-bottom: var(--dbp-border);
padding: 0;
......
......@@ -168,7 +168,15 @@ export function getFileHandlingCss() {
.select-all-icon {
height: 40px;
position: absolute;
top: -34px;
top: -18px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
padding-top: 4px;
padding-bottom: 4px;
font-weight: normal;
font-size: 1rem;
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment