You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes to the ino-icon component were implemented to ensure proper vertical alignment. However, these changes have inadvertently introduced alignment issues when the icon is used within other components, such as the ino-chip. To maintain consistent alignment across all components and prevent layout inconsistencies, we need to investigate and resolve these issues.
Acceptance Criteria
Alignment issues introduced by recent changes to the ino-icon component are identified and resolved.
The changes do not adversely affect the visual appearance or functionality of other components that use ino-icon.
Vertical alignment is consistent and visually appealing across all affected components.
The text was updated successfully, but these errors were encountered:
janivo
added
bug
This issue describes something that isn't working as expected
and removed
new
This issue has been recently added and has no estimation
labels
Mar 25, 2024
Closes#1340
## Proposed Changes
- Added `vertical-alignment: middle;` to the ino-icon.
- Adjusted alignment settings for all parent components that are
affected by this change to ensure consistent vertical alignment
Parent components that needed adjustment:
- [x] ino-button
- [x] ino-chip
- [x] ino-icon-button (this also seemed to fix the misaligned ripple
issue that has been reocurring before)
- [x] ino-select
other components like the ino-avatar didnt need any refactoring
Description
Recent changes to the ino-icon component were implemented to ensure proper vertical alignment. However, these changes have inadvertently introduced alignment issues when the icon is used within other components, such as the ino-chip. To maintain consistent alignment across all components and prevent layout inconsistencies, we need to investigate and resolve these issues.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: