fix border-bottom

This commit is contained in:
Eduard Heimbuch
2019-05-29 12:51:05 +02:00
parent 5749561981
commit 828c4887b4

View File

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