Skip to content

Commit

Permalink
Merge pull request #3617 from jcushman/link-card2
Browse files Browse the repository at this point in the history
Fix link row width when expanding a link in link list
  • Loading branch information
bensteinberg authored Oct 9, 2024
2 parents 78a61a9 + 7729891 commit beceb0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
9 changes: 1 addition & 8 deletions perma_web/static/bundles/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion perma_web/static/bundles/global.css.map

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions perma_web/static/css/style-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4057,12 +4057,7 @@ footer {
.item-container._isExpandable {
&._active {
@include style-card(black);
margin: 0 (-$grid) $double (-$grid);
padding: $grid * 2 $grid;
@include respond-tablet {
margin: 0 (-$double) $double (-$double);
padding: $grid * 2 $double;
}
padding-bottom: 0;
&:hover {
border-top-color: black;
.item-title-display {
Expand Down

0 comments on commit beceb0d

Please sign in to comment.