-
Notifications
You must be signed in to change notification settings - Fork 887
feat: Add selected template link at the template select field #1918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add selected template link at the template select field #1918
Conversation
…n-create-workspace-form
…n-create-workspace-form
It is also related to #1638 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! What do you think about left aligning that 'Read more' helper text against the left border of the input?
@Kira-Pilot I've been thinking about that and I think it is best and we probably want this for all the text helpers. @vapurrmaid @presleyp @ashmeer7 what do you think? |
…n-create-workspace-form
I was wondering why the text helper for the schedule form was aligned to the left without any extra style, and I found we are using the input as "underline" instead of "contained" in the schedule. @vapurrmaid are you ok if I change the Schedule form to use the default(contained) type for inputs? |
sure - this SGTM 🎉 ! |
Great suggestions 🙌🏻 ! |
Closes #1864
Before:

After:
