Align button to bottom of row #3598
Unanswered
CSharpDummy
asked this question in
Q&A
Replies: 1 comment
-
with ui.row().classes('h-96'):
ui.button('update', icon='o_not_started', color='positive').props('flat').tailwind.align_self('end') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I have a simple alignment q. I have a button element in a row and would like to align it to the botton:
But it sticks to the top of the row. Any idea what to do?
Beta Was this translation helpful? Give feedback.
All reactions