mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
bootstrap: Remove redundant margin: 0 input media queries.
This commit is contained in:
10
web/third/bootstrap/css/bootstrap.app.css
vendored
10
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -176,13 +176,3 @@ button.close {
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
input {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1180px) {
|
||||
input {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user