Skip to content

Commit

Permalink
Set min-width on Share columns
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 25, 2024
1 parent 0bf5531 commit baad22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/documents/Share.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@
flex-direction: column;
flex: 1 1 12rem;
grid-row: 2/3;
min-width: 0;
}
.right {
flex: 2 1 24rem;
Expand Down

0 comments on commit baad22c

Please sign in to comment.