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