Skip to content

Commit

Permalink
fix(app): wrap location line
Browse files Browse the repository at this point in the history
  • Loading branch information
jthvai committed Jul 9, 2024
1 parent bc80529 commit 49fb68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ body[data-theme="dark"] {
.fc-event-main p {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
// Want to be able to see the full location for multi-location entries, as they don't have links
// white-space: nowrap;
}

.nav-item .dropdown-menu.show {
Expand Down

0 comments on commit 49fb68f

Please sign in to comment.