Fix #17335: The menu to toggle column visibility is half hidden

Signed-off-by: Xavier Rogé <xavier@numista.com>
This commit is contained in:
Xavier 2022-02-03 17:14:53 +01:00 committed by Xavier Rogé
parent c0668f94aa
commit 6ca0b4574e
4 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;