Browse Source

[fix] image view (#2009)

version-14
Faris Ansari 9 years ago
committed by Rushabh Mehta
parent
commit
788ad084b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/less/list.less

+ 1
- 1
frappe/public/less/list.less View File

@@ -301,7 +301,7 @@ table.field-info tr td {
}

.image-field {
background-size: 100% 100% !important;
background-size: contain;
position: relative;
}



Loading…
Cancel
Save