diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 12:49:22 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 12:49:22 -0400 |
commit | 4411ae1564d716e5aa063e4c47302ffc907a078a (patch) | |
tree | 139d757cd3152b83f452000d9fe4ed6eeb7ef497 /react-frontend/src/css/UserCheckin.css | |
parent | e359237bb2820b830b8b48c73f87e944d19baecb (diff) |
Fixed the crash if no data in timetime and hid if an investor has no holidngs.
Diffstat (limited to 'react-frontend/src/css/UserCheckin.css')
-rw-r--r-- | react-frontend/src/css/UserCheckin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/react-frontend/src/css/UserCheckin.css b/react-frontend/src/css/UserCheckin.css index 23daffa..e60b348 100644 --- a/react-frontend/src/css/UserCheckin.css +++ b/react-frontend/src/css/UserCheckin.css @@ -101,7 +101,7 @@ ul { } /* CSS borrowed from W3 Schools */ -input[type=text] { +input[type=search] { width: 80%; padding: 12px 20px; box-sizing: border-box; |