mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
17 lines
217 B
Text
17 lines
217 B
Text
// Style
|
|
|
|
// Layout
|
|
|
|
.inspection-detail {
|
|
th {
|
|
width: 16em;
|
|
}
|
|
|
|
pre, td {
|
|
white-space: break-spaces;
|
|
word-break: break-word;
|
|
-webkit-hyphens: auto;
|
|
-ms-hyphens: auto;
|
|
hyphens: auto;
|
|
}
|
|
}
|