Styling: break long words in container name title
This commit is contained in:
parent
bea0adbc86
commit
82e9b1aa37
@ -20,7 +20,10 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
.isolation-title {
|
.isolation-title {
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
.page-header h1 {
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.table-row {
|
.table-row {
|
||||||
font-family: "courier", "monospace";
|
font-family: "courier", "monospace";
|
||||||
|
Loading…
Reference in New Issue
Block a user