Need to be able to select the .row element of a grid. #1695
X3Technology
started this conversation in
General
Replies: 1 comment 1 reply
-
Vanjaro UI is user-centric; not developer-centric. Therefore, the end goal is to make the user's life easier without worrying about any underlying code or understanding of framework. Can you share a use case or define the feature you're looking for? If you click on a Grid, you will find all the alignment options including flex options. @mathisjay This should've been a discussion. Please only create an issue with reporting a bug or requesting a feature. Most feature requests start as discussion first. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you put a Grid block on the page, you can modify the properties of the .container element and the .col elements, but not the .row element. If you select a column and press the 'select parent' button, it goes straight to the container element. And the row is not selectable in the Navigator.
Since the .row element is already display:flex, a frequent use case is to use specify .align-items-center on the row which vertically centers shorter columns in the row.
Beta Was this translation helpful? Give feedback.
All reactions