[frontend/components] Fix sideways notes

This commit is contained in:
Laura Hausmann 2025-02-24 03:59:51 +01:00
parent 3e7785d51d
commit a8e3597811
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,5 +1,6 @@
.note-wrapper { .note-wrapper {
display: flex; display: flex;
flex-direction: column;
} }
.note-header { .note-header {