UI: Fix browser zoom breaks UI layout (#5909)

This commit is contained in:
Vivek Ratnavel Subramanian 2022-07-07 00:46:10 -07:00 committed by GitHub
parent c07a155614
commit 373f35a133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1004,14 +1004,6 @@ code {
background-color: transparent; background-color: transparent;
} }
@media only screen and (min-width: 2000px) {
.centered-layout {
margin-left: auto;
margin-right: auto;
width: auto;
}
}
.ant-card-body { .ant-card-body {
padding: 14px; padding: 14px;
} }