8 lines
108 B
SCSS
8 lines
108 B
SCSS
.statusTable {
|
|
table-layout: fixed !important;
|
|
}
|
|
|
|
.codeBlock code:not(td *) {
|
|
word-break: break-word;
|
|
}
|