diff options
| author | benal01 <bja4245@rit.edu> | 2025-03-20 10:18:55 -0400 | 
|---|---|---|
| committer | benal01 <bja4245@rit.edu> | 2025-03-20 10:18:55 -0400 | 
| commit | bab829a60dc243b5987873ea0f0114b032643995 (patch) | |
| tree | bedae6a580b302d1062da94c102467797aa04c92 /ufund-ui/src/app/components | |
| parent | 237b9197c08c46a11fe45347e2d41428a558f75b (diff) | |
| download | JellySolutions-bab829a60dc243b5987873ea0f0114b032643995.tar.gz JellySolutions-bab829a60dc243b5987873ea0f0114b032643995.tar.bz2 JellySolutions-bab829a60dc243b5987873ea0f0114b032643995.zip  | |
need list size fix
Diffstat (limited to 'ufund-ui/src/app/components')
| -rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 1 | 
1 files changed, 0 insertions, 1 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 88bdfbe..64988d1 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 @@ -2,7 +2,6 @@      list-style-type:circle;      border: 2px solid #000;      display: block; -    width: 30%;      border-radius: 5px;  }  | 
