From 9363e2ab83f67958112b245e62d707c4575f86df Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Thu, 7 Apr 2016 15:11:16 +0200 Subject: [PATCH] Fix broken table in webUI Signed-off-by: Emile Vauge --- webui/src/app/traefik.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webui/src/app/traefik.scss b/webui/src/app/traefik.scss index e9c832c1e..ead479076 100644 --- a/webui/src/app/traefik.scss +++ b/webui/src/app/traefik.scss @@ -24,3 +24,11 @@ .tabset-row__providers { margin-top: 3rem; } + +table { + table-layout: fixed; +} + +td, th { + word-wrap: break-word; +} \ No newline at end of file