fix <br> that no appeared in welcome message

This commit is contained in:
Tainan Felipe 2017-11-17 14:07:22 -02:00
parent a4986cb5b7
commit 73a0b7c7cb

View File

@ -33,14 +33,6 @@
.message {
color: $color-gray;
// hide the <br> we dont want from the default WelcomeMessage
br:first-child,
br:last-child,
br + br {
display: none;
}
}
}