[FIX] Unable to edit long recording names #1776 (#1780)

* Allow to set a filter for LDAP authentication

* [FIX] Unable to edit long recording names #1776

Co-authored-by: François Ménabé <francois.menabe@unistra.fr>
Co-authored-by: farhatahmad <ahmad.af.farhat@gmail.com>
This commit is contained in:
beckerr-rzht 2020-06-25 22:19:37 +02:00 committed by GitHub
parent 9b2871109a
commit 811a0d3920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -113,3 +113,8 @@
background: lightgray;
pointer-events: none;
}
#recording-table .edit_hover_class {
word-break: break-all;
white-space: normal;
}