From 0b39db8b3f79025ff4d8df7254878cb4886646a8 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Wed, 16 Dec 2020 06:42:07 +0100 Subject: [PATCH] force the word wrap in the room table --- src/app/components/shared/room-list/room-list.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/room-list/room-list.component.scss b/src/app/components/shared/room-list/room-list.component.scss index 935ee0f0f..cd8996e28 100644 --- a/src/app/components/shared/room-list/room-list.component.scss +++ b/src/app/components/shared/room-list/room-list.component.scss @@ -14,7 +14,7 @@ table, th, tr, td { background-color: var(--primary-variant) !important; color: var(--on-surface) !important; hyphens: auto; - overflow-wrap: break-word; + overflow-wrap: anywhere; } th, tr { -- GitLab