diff --git a/src/app/structure-list/components/structure-details/structure-details.component.scss b/src/app/structure-list/components/structure-details/structure-details.component.scss index 2b5a439e1bff52c30b5e88c5bc51233f51dde5ff..083fba5beb09b810763ef1a852314c6fe90aff96 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.scss +++ b/src/app/structure-list/components/structure-details/structure-details.component.scss @@ -18,17 +18,15 @@ a { left: 0; max-width: 980px; width: 100%; + box-sizing: border-box; height: calc(100vh - #{$header-height} - #{$footer-height}); padding: 0px 24px; overflow: auto; @media #{$tablet} { + height: calc(100vh - #{$header-height}); .printButton { display: none !important; } - - .ico-close { - margin-left: 16px; - } } .printButton { margin-right: 75px;