diff --git a/frappe/public/less/page.less b/frappe/public/less/page.less index c0609f8395..d051a63b00 100644 --- a/frappe/public/less/page.less +++ b/frappe/public/less/page.less @@ -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 {