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(component-index): fix horizontal scrolling on component index page #1883

Merged
merged 9 commits into from
Oct 27, 2020
223 changes: 0 additions & 223 deletions src/components/ChartIndexPage/chart-index.scss

This file was deleted.

3 changes: 3 additions & 0 deletions src/components/ComponentIndexPage/component-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
.component-index-item__info {
@include carbon--type-style('body-short-01');

position: relative;
margin-top: auto;
display: flex;
justify-content: space-between;
Expand All @@ -137,6 +138,8 @@

// Info Tags
.component-index-item__tags {
position: absolute;
right: 8px;
display: flex;
align-items: center;
}
Expand Down