aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-06 10:38:57 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-06 10:38:57 +0200
commit8fb3cdad229084973cc111e6968d26c0b9c0830b (patch)
tree19830178eec9a7fd5b8b01fa7eeb1d1d0de69989
parenta54e8a9caa074e7ad8e6dadb788599974625a38a (diff)
downloadjellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar
jellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar.bz2
jellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar.zst
show children below
-rw-r--r--server/src/routes/ui/style/nodecard.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/nodecard.css b/server/src/routes/ui/style/nodecard.css
index e6d8a29..54bdcfe 100644
--- a/server/src/routes/ui/style/nodecard.css
+++ b/server/src/routes/ui/style/nodecard.css
@@ -11,6 +11,7 @@
list-style: none;
display: flex;
flex-wrap: wrap;
+ width: 100%;
}
.children li {
display: block;