Open LionelSpanneut opened 1 year ago
I am a developper in Myaccount Team, we have seen issues with the select (.vtmn-select_container).
.vtmn-select_container
The label is displayed only in one line but it is problematic for long translations for example. See the screenshot :
the option inside the select is too long and the display of the select goes out the window
allow a long label in multiples lines.
fix the display of the select when the option text is too long
To fix the issues, I have made this modifications in my code
add a container around the select
overwrite the following css
The code of the ::before is the same as .vtmn-select_container::before except the position, float and inset-block-start
::before
.vtmn-select_container::before
Version affected "@vtmn/css": "^0.91.5",
You can contact me or Myaccount Team if you have any questions.
Thanks Lionel
Actual behavior
I am a developper in Myaccount Team, we have seen issues with the select (
.vtmn-select_container
).The label is displayed only in one line but it is problematic for long translations for example. See the screenshot :
the option inside the select is too long and the display of the select goes out the window
Expected behavior
allow a long label in multiples lines.
fix the display of the select when the option text is too long
To fix the issues, I have made this modifications in my code
add a container around the select
overwrite the following css
The code of the
::before
is the same as.vtmn-select_container::before
except the position, float and inset-block-startVersion affected "@vtmn/css": "^0.91.5",
You can contact me or Myaccount Team if you have any questions.
Thanks Lionel