diff options
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; |