diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-06 10:38:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-06 10:38:57 +0200 |
commit | 8fb3cdad229084973cc111e6968d26c0b9c0830b (patch) | |
tree | 19830178eec9a7fd5b8b01fa7eeb1d1d0de69989 /server/src | |
parent | a54e8a9caa074e7ad8e6dadb788599974625a38a (diff) | |
download | jellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar jellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar.bz2 jellything-8fb3cdad229084973cc111e6968d26c0b9c0830b.tar.zst |
show children below
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/routes/ui/style/nodecard.css | 1 |
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; |