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

View File

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