Open lxlang opened 1 year ago
Having a multi-select within an input-group will break to next-line, if enough elements are selected.
Adding any width to this container will prevent it from breaking. Through flex-grow the container will use all available space.
Problem
Having a multi-select within an input-group will break to next-line, if enough elements are selected.
Solution
Adding any width to this container will prevent it from breaking. Through flex-grow the container will use all available space.