Skip to content

Commit

Permalink
💄 Applies max-width to page path when in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed May 1, 2022
1 parent 7d91d51 commit 437ec2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/PageStrcture/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ footer {
font-size: 0.75rem;
margin: 0.1rem 0.5rem 0 0;
opacity: var(--dimming-factor);
max-width: 10rem;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
max-height: 1rem;
}
}
Expand Down

0 comments on commit 437ec2e

Please sign in to comment.