From c11437cf72fbde8b79360aa097271282ac6bdb7c Mon Sep 17 00:00:00 2001 From: Leo Ruther Valles Date: Tue, 14 Nov 2017 13:06:20 +0800 Subject: [PATCH] Fix Table Overflows --- app/views/_elements/layouts/head.volt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/_elements/layouts/head.volt b/app/views/_elements/layouts/head.volt index 5d28e43..6dc2f09 100644 --- a/app/views/_elements/layouts/head.volt +++ b/app/views/_elements/layouts/head.volt @@ -95,6 +95,9 @@ .ui.body.container { margin: 3em 0; } + .ui.table tr td { + word-wrap: break-word; + } @media only screen and (min-width: 768px) { body .ui.table:not(.unstackable) tr>td.mobile.visible, body .ui.table:not(.unstackable) tr>th.mobile.visible,