Hint Position #11300
getrealwealth
started this conversation in
Ideas
Hint Position
#11300
Replies: 1 comment
-
I have solved this with a custom theme in CSS: .fi-fo-field-wrp > .grid > .justify-between {
justify-content: flex-start !important;
} |
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
-
It would be useful to have an option to position Hint Icon right after the Label name instead of at the end. So
justify-start
instead ofjustify-between
.Reason is that if form element is not very wide but still require
columnSpanFull
for UI - then the hint icon looks out of the place.Something like this:
Beta Was this translation helpful? Give feedback.
All reactions