-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(feed-item-row, emoji-row): spacing / color fixes - Vue 3 #134
Conversation
✔️ Deploy previews ready! |
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.
LGTM, thanks!
} | ||
padding-right: var(--dt-space-300); | ||
padding-left: var(--dt-space-0); | ||
// min-width = avatar width + padding |
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.
Would change it to /* min-width = avatar width + padding */
It could get confused if it is with //
✔️ Deploy previews ready! |
# [3.106.0](dialtone-vue3/v3.105.2...dialtone-vue3/v3.106.0) (2024-02-01) ### Bug Fixes * change padding on right slot of call pill stories ([#138](#138)) ([9a23a42](9a23a42)) * **Feed Item Row, Emoji Row:** spacing / color fixes - Vue 3 ([#134](#134)) ([21f3e21](21f3e21)) * **Feed Item Row:** set inset focus ring on feed item ([#139](#139)) ([e4e935a](e4e935a)) ### Features * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](#113)) ([367d3e2](367d3e2)) * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component for vue3 ([#117](#117)) ([bc93fb8](bc93fb8))
# [9.10.0](dialtone/v9.9.0...dialtone/v9.10.0) (2024-02-01) ### Bug Fixes * change padding on right slot of call pill stories ([#138](#138)) ([9a23a42](9a23a42)) * **Feed Item Row, Emoji Row:** spacing / color fixes - Vue 3 ([#134](#134)) ([21f3e21](21f3e21)) * **Feed Item Row:** set inset focus ring on feed item ([#139](#139)) ([e4e935a](e4e935a)) * name of the office365-calendar icon ([#137](#137)) ([7c86bb0](7c86bb0)) ### Features * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](#113)) ([367d3e2](367d3e2)) * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component for vue3 ([#117](#117)) ([bc93fb8](bc93fb8))
Forgot to copy these changes to vue 3, whoops