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:
commit
8f3d79fb12
@ -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