mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +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 {
|
@-ms-viewport {
|
||||||
width: device-width;
|
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