mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
3
web/third/bootstrap/css/bootstrap.css
vendored
3
web/third/bootstrap/css/bootstrap.css
vendored
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user