From 396c0f4b8a34293da37715b18b217aee62585e2d Mon Sep 17 00:00:00 2001 From: scmmishra Date: Mon, 15 Apr 2019 13:57:11 +0530 Subject: [PATCH] fix: Bottom border not visible for single item in image view --- frappe/public/less/list.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frappe/public/less/list.less b/frappe/public/less/list.less index 66c2bc8af4..31984f08c9 100644 --- a/frappe/public/less/list.less +++ b/frappe/public/less/list.less @@ -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;