diff --git a/Iceshrimp.Frontend/Components/AscendedNote.razor.css b/Iceshrimp.Frontend/Components/AscendedNote.razor.css index 7c05956c..4359a507 100644 --- a/Iceshrimp.Frontend/Components/AscendedNote.razor.css +++ b/Iceshrimp.Frontend/Components/AscendedNote.razor.css @@ -1,9 +1,11 @@ .note-parent, .note { width: 100%; + min-width: 0; } .note { padding-bottom: 1rem; + min-width: 0; } .note-indent { diff --git a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css index 39dbb680..0021384c 100644 --- a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css +++ b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css @@ -19,6 +19,7 @@ .note { width: 100%; + min-width: 0; } .root-note { diff --git a/Iceshrimp.Frontend/Components/TimelineNote.razor.css b/Iceshrimp.Frontend/Components/TimelineNote.razor.css index 99e5379e..b1865cae 100644 --- a/Iceshrimp.Frontend/Components/TimelineNote.razor.css +++ b/Iceshrimp.Frontend/Components/TimelineNote.razor.css @@ -32,4 +32,5 @@ .note { width: 100%; padding-bottom: 1rem; -} \ No newline at end of file + min-width: 0; +}