fix: Bottom border not visible for single item in image view

This commit is contained in:
scmmishra 2019-04-15 13:57:11 +05:30
parent 914dada4b9
commit 396c0f4b8a

View file

@ -312,10 +312,6 @@ input.list-check-all, input.list-row-checkbox {
.image-view-item:nth-child(4n) {
border-right: none;
}
.image-view-item:nth-last-child(-n + 4):nth-child(4n + 1),
.image-view-item:nth-last-child(-n + 4):nth-child(4n + 1) ~ .image-view-item {
border-bottom: none;
}
.image-view-header {
margin-bottom: 10px;