Skip to content

Commit

Permalink
UX: adjust timezone selector width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Apr 12, 2020
1 parent a8a1195 commit 24c2673
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/stylesheets/mobile/discourse-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@

h2.discourse-calendar-title {
font-size: $font-0;
flex-wrap: nowrap;
max-width: 75%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.discourse-calendar-timezone-picker {
width: 120px;
max-width: 40vw;
}
}

Expand Down

0 comments on commit 24c2673

Please sign in to comment.