Pogues
Pogues copied to clipboard
Question tabs layout resizing
Today we have this layout for the Declarations to Collected variables panels:
I proposed that we redefined it in order to have:
Two changes:
- the blue side is now using 25% of the flex container width, the red 75% (currently, it is 35 and 65 respectively)
- the editor container is set to use a 200px height (currently 100px), code change is
<div class="editor-container" style="height: 200px; width: 100%;">
I think we could add those changes when integrating the new VTL editor, see https://github.com/InseeFr/Pogues/issues/711
1.5.12-rc1-dynamicArrayLineCheck:
- ratio links / fields is 🆗
- but can we have an bigger editor field (see point 2. above)?
Thanks
@BulotF rollback on height change, will check what is possible with the new VTL editor