Merged in feature/reviewPluginCSS (pull request #253)

fix css for new comment structure in review plugin
This commit is contained in:
Eduard Heimbuch
2019-05-31 08:55:20 +00:00

View File

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