Skip to content

Commit

Permalink
feat: improve overflow display on archive items
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed May 27, 2024
1 parent dfc113a commit fb5173e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/_partial/_archive/_terms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
align-items: center;
box-sizing: border-box;
margin: 0.25rem 0 0.25rem 1.5rem;
flex-wrap: wrap;
column-gap: 1rem;
}

.archive-item-link {
Expand All @@ -68,6 +70,7 @@
color: $global-font-secondary-color;
font-variant-numeric: tabular-nums;
min-width: fit-content;
margin-left: auto;
}

.more-post {
Expand Down

0 comments on commit fb5173e

Please sign in to comment.