From 72cb6540d0ae2c57fa6d109e32b5615019801ac9 Mon Sep 17 00:00:00 2001 From: Renard Date: Thu, 26 Sep 2019 15:57:09 -0300 Subject: Fix: word-wrap en títulos de hilos --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index 4698349..6339996 100644 --- a/src/App.css +++ b/src/App.css @@ -2,7 +2,8 @@ margin-top: 4em; } -.postMessage { +.postMessage, +.threadTitle { word-break: break-word; overflow-wrap: anywhere; text-overflow: ellipsis; -- cgit v1.2.1-18-gbd029