From 341916123c69de0d67b992dd7c26dbd0df3e51d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 3 Feb 2017 14:01:40 +0100 Subject: [PATCH] Fix word-wrap for long motion identifier in Firefox. --- openslides/core/static/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 04529c763..877f0bac4 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -975,6 +975,7 @@ img { .os-table .id-col { width: 50px; min-height: 1px; + word-wrap: break-word; } .os-table .id-col-space {