Skip to content

Commit

Permalink
Task description should be able to scroll horizontally
Browse files Browse the repository at this point in the history
Remove the min-width if you want it to force wrap instead.
  • Loading branch information
NeilRashbrook committed Jan 7, 2025
1 parent bc49239 commit 80aceed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/frontend/Calendar/EditEvent/EditEvent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
}
.left-pane {
flex: 2 0 0;
width: 0px;
}
.right-pane {
flex: 1 0 0;
Expand Down Expand Up @@ -393,6 +394,7 @@
.editor {
font-family: unset;
padding: 8px 12px;
min-width: fit-content;
}
grid.time {
grid-template-columns: max-content max-content;
Expand Down

0 comments on commit 80aceed

Please sign in to comment.