Skip to content
Snippets Groups Projects
Unverified Commit 7c194d7e authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Revert min-height fix (#4065)

parent 9d0cdb23
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
.regular-height { .regular-height {
min-height: calc(100vh - $header-height - $footer-height); height: calc(100vh - $header-height - $footer-height);
} }
.no-header-height { .no-header-height {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment