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
![image](https://private-user-images.githubusercontent.com/56085825/303179195-a32a46b0-64d4-4dba-9a2d-dd45b5fa380d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjU4NjEsIm5iZiI6MTczOTE2NTU2MSwicGF0aCI6Ii81NjA4NTgyNS8zMDMxNzkxOTUtYTMyYTQ2YjAtNjRkNC00ZGJhLTlhMmQtZGQ0NWI1ZmEzODBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA1MzI0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3OWYyZjhiNWRlMzNiOWY2OTk1MDMzNjU0ZjJhODU2OTU0NTUwMWJiODI2ZGQxNjQ1NjkxZWFhZTA4MTBjMzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Yp-T0v7RRj8bRDVYepooTFcZgUVvMkwR1eKrIdvgBoE)
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