Hello all
After translation these dropdowns change places and you can see a change of investment
how can I fix it?
Thank you
Hi,
There can be multiple approaches for this. I think easiest will be just take smallcolumnLeft. So in left side (small column) put the label (From or To). In right side column put the date field. So it will always take fix space.
regards
Hi @Ibtissam MS
why not put a fixed width in the left container?
In case of fixed width, it will not increase with the width of screen or in case of landscape also it will be fixed.
If he put's the fixed value in %, he will not have that problem
@Ibtissam MS Use flex so it will easy to fix your issue else You can fix with some min-width and max-width by making the margin zero at the initial state itself, if you attach the oml or example link from your personal environment, it will be easy to check and give you the exact solution.
Thank you guys