File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1104,7 +1104,7 @@ class Input extends UI5Element {
1104
1104
get styles ( ) {
1105
1105
return {
1106
1106
popoverHeader : {
1107
- "width" : `${ this . _inputWidth } px` ,
1107
+ "max- width" : `${ this . _inputWidth } px` ,
1108
1108
} ,
1109
1109
suggestionPopoverHeader : {
1110
1110
"display" : this . _listWidth === 0 ? "none" : "inline-block" ,
Original file line number Diff line number Diff line change 71
71
no-arrow
72
72
class =" ui5-valuestatemessage-popover"
73
73
placement-type =" Bottom"
74
+ horizontal-align =" Left"
74
75
>
75
76
<div slot =" header" class =" {{ classes.popoverValueState }} " style =" {{ styles.popoverHeader }} " >
76
77
{{> valueStateMessage }}
Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ class MultiComboBox extends UI5Element {
882
882
"padding" : "0.9125rem 1rem" ,
883
883
} ,
884
884
popoverHeader : {
885
- "width" : `${ this . _inputWidth } px` ,
885
+ "max- width" : `${ this . _inputWidth } px` ,
886
886
} ,
887
887
} ;
888
888
}
Original file line number Diff line number Diff line change 98
98
no-arrow
99
99
class =" ui5-valuestatemessage-popover"
100
100
placement-type =" Bottom"
101
+ horizontal-align =" Left"
101
102
>
102
103
<div slot =" header" class =" {{ classes.popoverValueState }} " style =" {{ styles.popoverHeader }} " >
103
104
{{> valueStateMessage }}
You can’t perform that action at this time.
0 commit comments