Merge "Empty subtitle elements should not have margin"

This commit is contained in:
jenkins-bot 2019-08-01 17:48:58 +00:00 committed by Gerrit Code Review
commit df7abeae25
1 changed files with 4 additions and 0 deletions

View File

@ -324,6 +324,10 @@ input.search {
.minerva__subtitle { .minerva__subtitle {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
&:empty {
margin: 0;
}
} }
@media all and ( min-width: @width-breakpoint-tablet ) { @media all and ( min-width: @width-breakpoint-tablet ) {