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 ++- src/Board.js | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src') 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; diff --git a/src/Board.js b/src/Board.js index 933d4b3..2a6155f 100644 --- a/src/Board.js +++ b/src/Board.js @@ -147,7 +147,12 @@ class Board extends Component { {threadList.map(thread => ( -
+
{thread.subject} {thread.total_replies} respuestas -- cgit v1.2.1-18-gbd029