Answer the question
In order to leave comments, you need to log in
How to remove padding inside input?
How to remove padding inside input?
Answer the question
In order to leave comments, you need to log in
padding/margin/height/min-height/line-height
Open the inspector and see what needs to be adjusted
Most likely they are set either by the height or padding property for the input. Line-height can also affect... Need css code to say exactly
Grid is used here
.wrapper {
...
grid-template-rows: 40px; // Высота первой строки в гриде
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question