fix css for new comment structure in review plugin

This commit is contained in:
Eduard Heimbuch
2019-05-22 11:45:22 +02:00
parent fae24fc5e6
commit 28d2f4356a

View File

@@ -275,6 +275,10 @@ ul.is-separated {
.panel-block {
display: block;
border: none;
& div .comment-wrapper div:first-child {
border-top: none;
}
}
.panel-footer {