From bca0887b58ebff607945fecf9400417512f84494 Mon Sep 17 00:00:00 2001 From: Yasmin Seidel Date: Mon, 26 Apr 2021 12:57:03 -0300 Subject: [PATCH] css fixed - break word --- css/bootstrap_pc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootstrap_pc.css b/css/bootstrap_pc.css index f940dd7b..54f70748 100644 --- a/css/bootstrap_pc.css +++ b/css/bootstrap_pc.css @@ -32,4 +32,8 @@ #pc_m_bar, .pc_m_bar { background-color: #C4D0F1 !important; +} + +#n_main > p { + overflow-wrap: break-word; } \ No newline at end of file