forked from External/greenlight
* 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:
parent
9b2871109a
commit
811a0d3920
|
@ -113,3 +113,8 @@
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#recording-table .edit_hover_class {
|
||||||
|
word-break: break-all;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue