fixes of issue "Side Panel Search Bar Text Unreadable"#421
fixes of issue "Side Panel Search Bar Text Unreadable"#421Anirbanbhk88 wants to merge 10 commits intoMurali-group:developfrom
Conversation
The last "fixes" commit has the necessary changes and looks like a good solution. I am not sure what the other commits were about, including the maintenance message. I think It would make sense to make a new branch with just the fix, otherwise I can go through and make sure there are no conflicts. |

Purpose
Describe the problem or feature in addition to a link to the issues.
Example:
Fixes #379
Approach
How does this change address the problem?
I have used the following CSS to the searchbar input element in the html to fix the placeholder cut off issue.
.inputSrchEdgeNodes{
padding-top: 6px !important;
padding-right: 19px !important;
padding-bottom: 6px !important;
padding-left: 6px !important;
}
I also commented the following html code(in default_sidebar.html) which I suppose was causing the placeholder text to move to top. This code might be redundant and not needed
please see the output screenshot
Open Questions and Pre-Merge TODOs
Learning
Describe the research stage
Links to blog posts, patterns, libraries or addons used to solve this problem
Blog Posts