Styling issues
See original GitHub issueI am not certain if anyone encountered this with their project.
I do not use frameworks like Bootstrap.
I get some issues with the form field input. It appears smaller than it should be when users start typing.
Here’s my fix:
.Select-input {
padding: 0 !important;
}
.Select-input,
.Select-input input {
width: 100% !important;
}
.Select-input input {
text-indent: 10px;
}
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:8 (2 by maintainers)
Top Results From Across the Web
How to fix browser-specific styling issues in CSS
In this article, we will learn how to approach fixing browser-specific styling issues. ... Firstly, create an HTML file with Some CSS style....
Read more >What are the most common Website styling issues/ CSS ...
What are the most common Website styling issues/ CSS problems that web developers/designers encounter?
Read more >Overcome Common Styling Issues with CSS3 Psuedo-Elements
Let's jump in and look at some of the available effects. Creating a Dropcap Effect. First, we'll start with dropcaps. Without using a...
Read more >Style Issues - English Language Issues
Some issues which arise while writing English are issues of style rather than correctness: there is typically more than one "right" way to...
Read more >CSS Styling Issues | SAP Help Portal
CSS Styling Issues · On this page · Don't override control class styling directly · Don't style DOM element names directly · Don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m seeing this issue with Chrome 62, and the fix from @joinjoohny seems to have fixed it.
Thank you! But when clicked in select, it doesn’t open. I have small fix, when select is open.