-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address
Description
With the hpe theme, when a window containing a NameValueList is made smaller, at the small breakpoint it changes to a column layout. But when you get to size xsmall it switches back to the row layout.
Size checks for small
are hardcoded in NameValuePair. They should be in the theme really or at least include xsmall.
Expected Behavior
NameValueList should switch to column layout at size xsmall
Actual Behavior
NameValueList should reverts to row layout at size xsmall
URL, screen shot, or Codepen exhibiting the issue
Steps to Reproduce
Your Environment
- Grommet version: 2.33.1
- Browser Name and version:
- Operating System and version (desktop or mobile):
Metadata
Metadata
Assignees
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address