Revert "fix: "Border disappears on zoom out" issue" (#7377)

This reverts commit e290d8fa23.
This commit is contained in:
Faris Ansari 2019-04-29 19:35:51 +05:30 committed by GitHub
parent 094520c4c9
commit d78ace4dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,17 +109,6 @@
.layout-main-section {
border: 1px solid @border-color;
border-top: 0px;
// hack
// https://stackoverflow.com/a/49038292/5955589
&::before {
content: '';
position: absolute;
top: 0;
right: 15px;
bottom: 0;
left: 15px;
border: 1px solid @border-color;
}
}
.layout-main-section-wrapper {