Actions
Bug #17237
closedSearch Bar Styling Bug
Start date:
2022-11-15
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
The search bar breaks up when I click into it https://share.getcloudapp.com/X6u5qLKp
This is on both safari and chrome on mac.
Updated by Raymond Hoh almost 2 years ago
- Category name set to Home Page
- Status changed from New to Resolved
- Target version set to 2.0.12
Confirmed. Issue is due to the search box's margin-bottom
value being inherited from the parent input["text"]
style. I've added a fix for this here: https://github.com/cuny-academic-commons/cac/commit/a38d1d8fa71b4014b205d30e13903977da2788f0 and have pushed the fix to production. You will probably have to do a hard refresh in your browser for the fix to show up.
Actions