diff options
author | benal01 <bja4245@rit.edu> | 2025-03-28 21:56:47 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-28 21:56:47 -0400 |
commit | 9e011d85fd307768f7cec7214ca873208574ecfb (patch) | |
tree | 691dacc5aca8029f9618c2d3258f2c84d5144bf0 /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | 0b4c76c5dc7313ae42c62be3c682c1f88cec13fd (diff) | |
download | JellySolutions-9e011d85fd307768f7cec7214ca873208574ecfb.tar.gz JellySolutions-9e011d85fd307768f7cec7214ca873208574ecfb.tar.bz2 JellySolutions-9e011d85fd307768f7cec7214ca873208574ecfb.zip |
changed styling of search display to be wider and expand filter descriptions
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 | 3 |
1 files changed, 3 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 2eb6a8d..19c126f 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 @@ -67,4 +67,7 @@ li > button:hover p { background-color: #d9d9d9; border: 2px solid #000; border-radius: 5px; + .wide-input { + width: 60%; + } }
\ No newline at end of file |