File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,13 @@ https://github.com/philipwalton/flexbugs/issues/231
148
148
}
149
149
150
150
/* Compact */
151
+ : host ([text ][data-ui5-compact-size ]) .ui5-checkbox-root {
152
+ padding-right : 0 ;
153
+ }
154
+ : host ([text ][data-ui5-compact-size ]) .ui5-checkbox-root : focus ::before {
155
+ right : 0 ;
156
+ }
157
+
151
158
: host ([wrap ][text ][data-ui5-compact-size ]) .ui5-checkbox-root {
152
159
min-height : auto;
153
160
padding-top : var (--_ui5_checkbox_wrapped_focus_padding );
@@ -186,7 +193,6 @@ https://github.com/philipwalton/flexbugs/issues/231
186
193
187
194
: host ([data-ui5-compact-size ]) .ui5-checkbox-root .ui5-checkbox-label {
188
195
margin-left : var (--_ui5_checkbox_compact_wrapper_padding );
189
- width : calc (100% - .8125rem - var (--_ui5_checkbox_compact_inner_size ));
190
196
}
191
197
192
198
: host ([data-ui5-compact-size ]) .ui5-checkbox-icon {
Original file line number Diff line number Diff line change 20
20
</ head >
21
21
22
22
< body >
23
- < ui5-checkbox id ="cb1 "> </ ui5-checkbox >
23
+ < ui5-checkbox id ="cb1 " text =" Long long long text " > </ ui5-checkbox >
24
24
< ui5-checkbox id ="cbError " value-state ="Error "> </ ui5-checkbox >
25
25
< ui5-checkbox id ="cb2 " disabled > </ ui5-checkbox >
26
26
< ui5-checkbox id ="truncatingCb " text ="Long long long text that should truncate at some point " style ="width: 300px "> </ ui5-checkbox >
You can’t perform that action at this time.
0 commit comments