Fix #17335: The menu to toggle column visibility is half hidden
Signed-off-by: Xavier Rogé <xavier@numista.com>
This commit is contained in:
parent
c0668f94aa
commit
6ca0b4574e
@ -2489,6 +2489,8 @@ input#auto_increment_opt {
|
||||
margin-#{$left}: 75%;
|
||||
#{$right}: 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
.lDiv div {
|
||||
padding: 0.2em 0.5em 0.2em;
|
||||
|
||||
@ -2461,6 +2461,8 @@ form.append_fields_form .tblFooters {
|
||||
margin-#{$left}: 75%;
|
||||
#{$right}: 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
.lDiv div {
|
||||
padding: 0.2em 0.5em 0.2em;
|
||||
|
||||
@ -2167,6 +2167,8 @@ input#auto_increment_opt {
|
||||
margin-#{$left}: 75%;
|
||||
#{$right}: 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
.lDiv div {
|
||||
padding: 0.2em 0.5em 0.2em 0.2em;
|
||||
|
||||
@ -2553,6 +2553,8 @@ input#auto_increment_opt {
|
||||
margin-#{$left}: 75%;
|
||||
#{$right}: 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
.lDiv div {
|
||||
padding: 0.2em 0.5em 0.2em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user