Skip to content

Commit 0cb9045

Browse files
authored
apply min-width so vertical tabs dont immediately wrap unless the user sets a min-width (#8599)
1 parent 123e3ee commit 0cb9045

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

291291
&.spectrum-Tabs--vertical {
292292
flex-grow: 0;
293+
min-width: fit-content;
293294
}
294295
}
295296

0 commit comments

Comments
 (0)