You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language dropdown shows inline instead of an absolutely positioned dropdown
The parent container (<aside>) can shrink to widths less than 300px, which should be the minimum size
Dropdown container
<aside> width
Expected behavior
The language dropdown should show as a hovering box, absolutely positioned below the field
The parent container should have a minimum width of 300px
User-facing consequences
Inconsistencies with the dropdown display between different filters
The lack of minimum width means that language option text could be clipped by the parent container if less than 300px
Additional information
The <aside> element is in a flex layout with percentage widths, so it instead have a minimum width and the sibling element should grow to fill the remaining space
Steps to reproduce the issue
Open a channel for editing
Click ADD and select 'Import from channels'
Type a random string into the keyword search, to get the filters to display
Click on the 'Language' filter field
Observe the dropdown displays inline
Usage Details
OS: Ubuntu 20.04
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Observed behavior
<aside>
) can shrink to widths less than 300px, which should be the minimum size<aside>
widthExpected behavior
User-facing consequences
Additional information
The
<aside>
element is in a flex layout with percentage widths, so it instead have a minimum width and the sibling element should grow to fill the remaining spaceSteps to reproduce the issue
Usage Details
The text was updated successfully, but these errors were encountered: