elixir-cloud-aai / cloud-components

Reusable components for the ELIXIR Cloud
https://cloud-components.2.rahtiapp.fi/
Apache License 2.0
8 stars 14 forks source link

bug: Adjust group component height to accommodate the options for the select field #377

Closed SalihuDickson closed 1 week ago

SalihuDickson commented 4 weeks ago

Description

When there is only a select component inside the group template the height of the container is too small such that the options are not properly displayed forcing them to become distorted.

Possible solution(s)

adjust the styles of the select component when it is in the group component so as to force the group component to expand enough to properly fit its options.

Additional context