From 19268f66a8fdd8fb45cad7299410fab6970364e7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 7 May 2018 09:56:31 +0200 Subject: [PATCH] border-radius fix --- platypush/backend/http/static/css/widgets/image-carousel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/widgets/image-carousel.css b/platypush/backend/http/static/css/widgets/image-carousel.css index a4e71ba792..31c6e89a9a 100644 --- a/platypush/backend/http/static/css/widgets/image-carousel.css +++ b/platypush/backend/http/static/css/widgets/image-carousel.css @@ -10,7 +10,7 @@ .carousel > img { flex-shrink: 0; max-height: 100%; - border-radius: 10px; + border-radius: 5px; height: 22.5em; }