bootstrap: Remove width property for inputs.

This commit removes the width property for inputs from
bootstrap.css. We have already set the width for the
specific text inputs in previous commits. For other
type of inputs (like checkbox, radio, file, etc.),
there is no need to set the width as they are hidden
or we already set width for them.

This is a part of bootstrap removal project.
This commit is contained in:
Sahil Batra
2023-03-27 16:28:05 +05:30
committed by Tim Abbott
parent 40f2865328
commit c5ff78a933

View File

@@ -491,9 +491,6 @@ input[type="color"] {
border-radius: 4px;
vertical-align: middle;
}
input {
width: 206px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],