From e7f2d86a8711d9f8d9ec5bdcaa8b9bac9fa04534 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 20 Feb 2016 10:53:30 -0800 Subject: [PATCH] break-word looks better --- public/assets/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/styles.css b/public/assets/styles.css index b96e270..8fb70bf 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -26,7 +26,7 @@ h2.site-name:hover .edit-site { .status-table .urls { width: 495px; max-width: 495px; - overflow-x: scroll; + word-wrap: break-word; } .details-table .left { @@ -34,5 +34,5 @@ h2.site-name:hover .edit-site { } .details-table .right { max-width: 620px; - overflow-x: scroll; + word-wrap: break-word; }