Adds break-avoid to checkbox columns.

This commit is contained in:
mateuswetah 2021-11-08 10:11:01 -03:00
parent 9bf4354cdc
commit eec69df239
2 changed files with 13 additions and 0 deletions

View File

@ -889,8 +889,11 @@
justify-content: space-between;
align-items: center;
padding: 0;
-webkit-break-inside: avoid;
break-inside: avoid;
.b-checkbox {
break-inside: avoid;
max-width: 100%;
min-height: 1.5em;
margin-left: 0.7em;
@ -910,8 +913,12 @@
max-width: calc(100% - 0.5em);
padding-left: 0.5em;
margin: 0;
-webkit-break-inside: avoid;
break-inside: avoid;
.b-checkbox {
-webkit-break-inside: avoid;
break-inside: avoid;
margin-right: 0px;
margin-bottom: 0;
}

View File

@ -835,6 +835,8 @@
justify-content: space-between;
align-items: center;
padding: 0;
-webkit-break-inside: avoid;
break-inside: avoid;
/deep/ .b-checkbox, /deep/ .b-radio {
max-width: 100%;
@ -870,10 +872,14 @@
max-width: calc(100% - 0.5em);
padding-left: 0.5em;
margin: 0;
-webkit-break-inside: avoid;
break-inside: avoid;
.b-checkbox, .b-radio {
margin-right: 0px;
margin-bottom: 0;
-webkit-break-inside: avoid;
break-inside: avoid;
.control-label {
white-space: normal;