Skip to content
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(styling): couple of small alignment issues when using flex #1496

Merged
merged 1 commit into from May 1, 2024

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented May 1, 2024

  • when using flex on .slick-cell like in Example 7, a couple of small issues came up mostly with flex alignment
  • also fix some flex issues directly in ms-select lib and update it here to get fixes, also remove some now duplicate CSS
  • we should use column-gap instead of gap to only change the gap horizontally but not vertically

image

image

- when using flex on `.slick-cell` like in Example 7, a couple of small issues came up mostly with flex alignment
- also fix some flex issues directly in ms-select lib and update it here to get fixes, also remove some now duplicate CSS
- we should use `column-gap` instead of `gap` to only change the gap horizontally but not vertically
Copy link

stackblitz bot commented May 1, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.7%. Comparing base (75dce74) to head (c4d96d2).
Report is 5 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##            next   #1496     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        197     197             
  Lines      21652   21653      +1     
  Branches    7207    6939    -268     
=======================================
+ Hits       21586   21587      +1     
  Misses        66      66             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding ghiscoding merged commit 2188242 into next May 1, 2024
7 checks passed
@ghiscoding ghiscoding deleted the bugfix/example7-alignment branch May 1, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants