From 56c81e621cb475e6aa33896bbced5b1d59aeac0c Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 24 Oct 2024 22:14:58 +0200 Subject: [PATCH] [frontend/components] Update recursive note styling --- Iceshrimp.Frontend/Components/RecursiveNote.razor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css index ca01edfe..39dbb680 100644 --- a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css +++ b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css @@ -50,6 +50,8 @@ .note-container { display: flex; + width: 100%; + overflow: auto; } .line-container {