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

Fix a high bug in clipboard table for safari

parent 8726ec4b
No related branches found
No related tags found
No related merge requests found
Pipeline #51612 passed
...@@ -242,6 +242,10 @@ export function getFileHandlingCss() { ...@@ -242,6 +242,10 @@ export function getFileHandlingCss() {
color: white; color: white;
} }
.tabulator .tabulator-header .tabulator-col{
min-height: 37px !important;
}
@media only screen @media only screen
and (orientation: portrait) and (orientation: portrait)
and (max-width: 768px) { and (max-width: 768px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment