Skip to content

Commit c883aa3

Browse files
authored
add min width to searchwithin (#2177)
1 parent 4a5dfdb commit c883aa3

File tree

1 file changed

+1
-0
lines changed
  • packages/@adobe/spectrum-css-temp/components/searchwithin

1 file changed

+1
-0
lines changed

packages/@adobe/spectrum-css-temp/components/searchwithin/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ governing permissions and limitations under the License.
2222

2323
.spectrum-SearchWithin {
2424
inline-size: var(--spectrum-searchwithin-width);
25+
min-inline-size: var(--spectrum-searchwithin-width);
2526
display: inline-flex;
2627
position: relative;
2728
}

0 commit comments

Comments
 (0)