diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 21:55:12 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 21:55:12 -0400 |
commit | b578584a1208178100bf90e8b06971772c7fc00f (patch) | |
tree | 6c2e5ee5fd3cc7e96e036704ebe3b1ba7cbfc9f5 /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | 03431245f71385c5d641f66a7f63c1a22ab65210 (diff) | |
download | JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.tar.gz JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.tar.bz2 JellySolutions-b578584a1208178100bf90e8b06971772c7fc00f.zip |
Fix many bugs and code clean up
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index 582b832..622b64a 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -72,6 +72,10 @@ gap: 5px; } +.actionArea:empty { + padding: 0; +} + #page-selector { display: flex; align-items: center; |