Merge pull request #246 from liyasthomas/bugfix/page-fluidity

Make page changes more fluid
This commit is contained in:
John Harker 2019-11-03 17:33:33 +00:00 committed by GitHub
commit 09d3d26b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -510,3 +510,7 @@ input[type="radio"]:checked+label+div.tab {
.toasted.bubble .action {
color: inherit !important;
}
.wrapper .content {
min-height: 100vh;
}