From 9377cd150dc7c8b95b7537eecbedea4a729a843d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 29 Mar 2024 13:33:34 +0200 Subject: [PATCH] img preview border radius small --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c1bc2e24df..fc03054a29 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -94,7 +94,7 @@ input[type=radio]:focus-visible{ } img.image-preview { - border-radius: var(--border-radius); + border-radius: var(--border-radius-small); } .preset {