fix(contact-info): DLT-2904 remove min-width from left section #1032
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(contact-info): DLT-2904 remove min-width from left section
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
These types will not increment the version number, but will still deploy to documentation site on release:
📖 Jira Ticket
https://dialpad.atlassian.net/browse/DLT-2904
📖 Description
Remove
min-widthstyle rule from the left section ofDtRecipeContactInfoto allow that element to flex in width according to the content.Direct link to storybook recipe previews: https://dialtone.dialpad.com/vue/index.html?path=/docs/recipes-item-layout-contact-info--docs
💡 Context
The previous
min-widthvalue appears to have been added for a specific use case, and we should allow that area to flex in width to support different content & avatar sizes. More background information available in the Jira ticket.📝 Checklist
For all PRs:
For all CSS changes:
🔮 Next Steps
Test specific usage to verify it will not cause existing layouts to break.
📷 Screenshots / GIFs
🔗 Sources