Skip to content

Commit

Permalink
feat(core): ✨ add overflow handling to site and content sub
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Apr 27, 2024
1 parent a09e5e0 commit 354ae25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
#siteSub,
#contentSub,
#contentSub2 {
overflow: hidden;
font-size: var( --font-size-x-small );
line-height: var( --line-height-xs );
color: var( --color-base--subtle );
text-overflow: ellipsis;
}

// #contentSub can be empty
Expand Down

0 comments on commit 354ae25

Please sign in to comment.