diff options
author | tpart <tpart120@proton.me> | 2023-08-07 11:51:37 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-08-07 11:51:37 +0200 |
commit | 55eba6fdc6742d2850d003059220284bace059fc (patch) | |
tree | b9f4dbe4939571700bc093cc8396def6c94f035d /server | |
parent | 98df24fa2db436c5a25da643ab77b4fbf4c89886 (diff) | |
download | jellything-55eba6fdc6742d2850d003059220284bace059fc.tar jellything-55eba6fdc6742d2850d003059220284bace059fc.tar.bz2 jellything-55eba6fdc6742d2850d003059220284bace059fc.tar.zst |
Fix size of children
Diffstat (limited to 'server')
-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 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; |