Fix broken table in webUI
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
e5ddd92677
commit
9363e2ab83
1 changed files with 8 additions and 0 deletions
|
@ -24,3 +24,11 @@
|
||||||
.tabset-row__providers {
|
.tabset-row__providers {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
td, th {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue