We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe1e92 commit fdf30f5Copy full SHA for fdf30f5
1 file changed
packages/fiori/src/themes/ShellBarV2.css
@@ -174,6 +174,10 @@
174
}
175
176
:host([show-search-field]) ::slotted([slot="searchField"]),
177
+/* Search field displays in full mode if there's not enough space in bar.
178
+Once in full screen mode the search field is rendered in another DOM.
179
+To account for correct measurements in overflow, we should keep the min width
180
+of the search field container in the bar even when the search is in full mode. */
181
:host([show-full-width-search]) .ui5-shellbar-search-field-area {
182
min-width: var(--_ui5_shellbar_search_field_width);
183
0 commit comments