From 811a0d39205201064c2a0dc819e8d4aa77a4eab1 Mon Sep 17 00:00:00 2001 From: beckerr-rzht Date: Thu, 25 Jun 2020 22:19:37 +0200 Subject: [PATCH] [FIX] Unable to edit long recording names #1776 (#1780) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Allow to set a filter for LDAP authentication * [FIX] Unable to edit long recording names #1776 Co-authored-by: François Ménabé Co-authored-by: farhatahmad --- app/assets/stylesheets/rooms.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/rooms.scss b/app/assets/stylesheets/rooms.scss index ec6b664f..a92bce54 100644 --- a/app/assets/stylesheets/rooms.scss +++ b/app/assets/stylesheets/rooms.scss @@ -113,3 +113,8 @@ background: lightgray; pointer-events: none; } + +#recording-table .edit_hover_class { + word-break: break-all; + white-space: normal; +}