File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ class ComboBox extends UI5Element {
814
814
suggestionPopoverHeader : {
815
815
"display" : this . _listWidth === 0 ? "none" : "inline-block" ,
816
816
"width" : `${ this . _listWidth } px` ,
817
- "padding" : "0.5625rem 1rem" ,
817
+ "padding" : "0.9125rem 1rem" ,
818
818
} ,
819
819
} ;
820
820
}
Original file line number Diff line number Diff line change @@ -872,9 +872,8 @@ class MultiComboBox extends UI5Element {
872
872
return {
873
873
popoverValueStateMessage : {
874
874
"width" : `${ this . _listWidth } px` ,
875
- "min-height" : "2.5rem" ,
876
- "padding" : "0.5625rem 1rem" ,
877
875
"display" : this . _listWidth === 0 ? "none" : "inline-block" ,
876
+ "padding" : "0.9125rem 1rem" ,
878
877
} ,
879
878
popoverHeader : {
880
879
"width" : `${ this . _inputWidth } px` ,
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
.ui5-responsive-popover-header {
16
- height : var (--_ui5-responnsive_popover_header_height );
16
+ height : var (--_ui5-responsive_popover_header_height );
17
17
display : flex;
18
18
justify-content : space-between;
19
19
align-items : center;
Original file line number Diff line number Diff line change 70
70
--_ui5_textarea_padding : 0.5625rem 0.6875rem ;
71
71
72
72
/* Responsive Popover */
73
- --_ui5-responnsive_popover_header_height : 2.75rem ;
73
+ --_ui5-responsive_popover_header_height : 2.75rem ;
74
74
75
75
/* Side Navigation */
76
76
--ui5_side_navigation_item_height : 2.75rem ;
210
210
--_ui5_radiobutton_min_width : var (--_ui5_radiobutton_min_width_compact );
211
211
212
212
/* Responsive Popover */
213
- --_ui5-responnsive_popover_header_height : 2.5rem ;
213
+ --_ui5-responsive_popover_header_height : 2.5rem ;
214
214
215
215
/* Side Navigation */
216
216
--ui5_side_navigation_item_height : 2rem ;
You can’t perform that action at this time.
0 commit comments