mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
css: improve structured data in tables
Applies especially to Import Preview
This commit is contained in:
parent
f85a767028
commit
04c81c578b
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user