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 Mar 2, 2024
1 parent 0041ef8 commit 9cb94e8
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 @@ -364,7 +364,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 9cb94e8

Please sign in to comment.