File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
src/BootstrapBlazor/Components/Transfer Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 2828 }
2929
3030 & .wrap-item {
31+ .transfer-panel-list {
32+ flex-direction : row ;
33+ flex-wrap : wrap ;
34+
35+ .transfer-panel-item {
36+ width : var (--bb-transfer-panel-item-width );
37+ }
38+ }
39+ }
40+
41+ & .wrap-item-text {
3142 .transfer-panel-item .form-check-input + .form-check-label {
3243 white-space : normal ;
3344 text-overflow : clip ;
3445 overflow : visible ;
3546 }
3647 }
48+
49+ .transfer-panel-item .form-check-input + .form-check-label {
50+ white-space : nowrap ;
51+ text-overflow : ellipsis ;
52+ overflow : hidden ;
53+ }
3754}
3855
3956.transfer-panel {
7087 max-height : var (--bb-transfer-panel-list-max-height );
7188 min-height : var (--bb-transfer-panel-list-min-height );
7289 display : flex ;
73- flex-wrap : wrap ;
90+ flex-direction : column ;
91+
92+ .form-check {
93+ min-height : unset ;
94+ }
7495}
7596
7697.transfer-panel-item {
7798 border-radius : var (--bs-border-radius );
7899 padding : var (--bb-transfer-panel-item-padding );
79- width : var (--bb-transfer-panel-item-width );
80100}
81101
82102.transfer-panel-item .form-check-input + .form-check-label {
You can’t perform that action at this time.
0 commit comments