From 30f2e2590323e2cdaf01b5f11f1e6451f9d3c711 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Wed, 5 Jul 2017 13:11:00 -0400 Subject: [PATCH] Add word wraps to table --- public/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/main.css b/public/main.css index d97ea06a..2e73aec2 100644 --- a/public/main.css +++ b/public/main.css @@ -96,6 +96,14 @@ td { vertical-align: top; } +table { + table-layout: fixed; +} + +tbody { + word-wrap: break-word; +} + #uploaded-files { width: 472px; margin: 10px auto;