css: improve structured data in tables

Applies especially to Import Preview
This commit is contained in:
Thomas Gelf 2020-11-30 22:08:23 +01:00
parent f85a767028
commit 04c81c578b
1 changed files with 7 additions and 2 deletions

View File

@ -166,12 +166,17 @@ table.common-table {
pre {
margin: 0;
padding: 0.2em;
max-height: 18em;
background: @gray-lightest;
max-height: 10em;
background: none;
overflow: auto;
word-break: keep-all;
white-space: pre;
display: inline-block;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
}