Skip to content

Commit

Permalink
fix: centre text and show over-flow when it happens
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Feb 12, 2024
1 parent 3aa96b3 commit 0cce87d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/limber/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,11 @@ footer.version-info {
line-height: 50px; /* Vertically center the text there */
overflow: hidden;
background-color: $gray-100;

.container {
@extend .text-center;
@extend .text-nowrap;
}
}

.asset-warnings {
Expand Down

0 comments on commit 0cce87d

Please sign in to comment.