fix: Bottom border not visible for single item in image view
This commit is contained in:
parent
914dada4b9
commit
396c0f4b8a
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue