V
V
Vyacheslav_Frein2021-06-28 17:03:30
css
Vyacheslav_Frein, 2021-06-28 17:03:30

How to remove padding inside input?

How to remove padding inside input?60d9d6afcc322567657248.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey delphinpro, 2021-06-28
@delphinpro

padding/margin/height/min-height/line-height
Open the inspector and see what needs to be adjusted

G
GAS-ART, 2021-06-28
@Gavr_Gavr

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

A
Alexander Sharomet, 2021-06-28
@sharomet

Grid is used here

.wrapper {
  ...
  grid-template-rows: 40px; // Высота первой строки в гриде
  ...
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question