Skip to content

Commit

Permalink
fixes page subtitle truncation and mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 29, 2019
1 parent 54f1eeb commit bd56783
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/Nav/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@
font-size: 24px;
height: 30px;
line-height: 19px;
max-width: 75%;
max-width: calc(100% - 260px);
overflow: hidden;
padding: 0 7px;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
@media (max-width: 500px) {
display: none;
}
}
& .right-buttons {
display: flex;
Expand Down

0 comments on commit bd56783

Please sign in to comment.