Merge pull request #17337 from xavier-dev/fix-column-toggle-overflow

Fix #17335: The menu to toggle column visibility is half hidden
This commit is contained in:
Maurício Meneghini Fauth 2022-04-22 19:54:40 -03:00 committed by GitHub
commit 8f3d79fb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;