diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e3372b4af..5db21a7e2 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2624,4 +2624,12 @@ iframe.print-iframe { position: relative; flex-grow: 1; width: 100%; +} + +body.mobile .split-note-container-widget { + flex-direction: column !important; + + .note-split { + width: 100%; + } } \ No newline at end of file