icingadb-web/public/css/widget/object-inspection.less
2021-05-11 13:32:26 +02:00

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;
}
}