aboutsummaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-08-07 11:51:37 +0200
committertpart <tpart120@proton.me>2023-08-07 11:51:37 +0200
commit55eba6fdc6742d2850d003059220284bace059fc (patch)
treeb9f4dbe4939571700bc093cc8396def6c94f035d /server/src
parent98df24fa2db436c5a25da643ab77b4fbf4c89886 (diff)
downloadjellything-55eba6fdc6742d2850d003059220284bace059fc.tar
jellything-55eba6fdc6742d2850d003059220284bace059fc.tar.bz2
jellything-55eba6fdc6742d2850d003059220284bace059fc.tar.zst
Fix size of children
Diffstat (limited to 'server/src')
-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 ae6b707..bfc0b74 100644
--- a/server/src/routes/ui/style/nodecard.css
+++ b/server/src/routes/ui/style/nodecard.css
@@ -12,6 +12,7 @@
display: flex;
flex-wrap: wrap;
width: 100%;
+ box-sizing: border-box;
}
.children li {
display: block;