aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/css/UserCheckin.css
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 12:49:22 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 12:49:22 -0400
commit4411ae1564d716e5aa063e4c47302ffc907a078a (patch)
tree139d757cd3152b83f452000d9fe4ed6eeb7ef497 /react-frontend/src/css/UserCheckin.css
parente359237bb2820b830b8b48c73f87e944d19baecb (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.css2
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;