Skip to content

Commit

Permalink
App title should not overflow to next line
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk committed Dec 4, 2021
1 parent 06201a3 commit 5a98cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/_styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,9 @@ body {
line-height: 20px;
font-size: 16px;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
Expand Down

0 comments on commit 5a98cb8

Please sign in to comment.