Skip to content

Commit

Permalink
Overflow and width fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 3, 2024
1 parent b2ad7ba commit fa43846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/ContentLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
flex: 1 0 0;
align-self: stretch;
position: relative;
width: 100%;
}
header {
flex: 0 0 0;
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/documents/DocumentListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ It's deliberately minimal and can be wrapped in other components to add addition
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100ch;
width: 100%;
}
.actions {
Expand Down

0 comments on commit fa43846

Please sign in to comment.