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

View File

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