From ca3e3fa4cf73818d2c9b3e8ebe296d4228d0f837 Mon Sep 17 00:00:00 2001 From: Sarah Carney Date: Wed, 30 May 2018 15:34:54 -0500 Subject: [PATCH] INTERIM-144 Allow long words and links to break for the mobile view of responsive tables. (#178) --- css/suitcase.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/suitcase.css b/css/suitcase.css index 1a15488..2e57c3b 100644 --- a/css/suitcase.css +++ b/css/suitcase.css @@ -2350,6 +2350,12 @@ table.responsive-table, font-weight: 500; background: #eee; } + + /* --- Word Breaks --- */ + + .responsive-table { + word-break: break-word; + } } /* --- Views Tables - Overflow --- */