Fix broken table in webUI

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-04-07 15:11:16 +02:00
parent e5ddd92677
commit 9363e2ab83
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -24,3 +24,11 @@
.tabset-row__providers {
margin-top: 3rem;
}
table {
table-layout: fixed;
}
td, th {
word-wrap: break-word;
}