diff --git a/gallery/public/images/divider.png b/gallery/public/images/divider.png new file mode 100644 index 0000000000..6dc95e0467 Binary files /dev/null and b/gallery/public/images/divider.png differ diff --git a/gallery/src/demos/demo-hui-entities-card.js b/gallery/src/demos/demo-hui-entities-card.js index e47232f937..62e9580c5d 100644 --- a/gallery/src/demos/demo-hui-entities-card.js +++ b/gallery/src/demos/demo-hui-entities-card.js @@ -124,8 +124,9 @@ const CONFIGS = [ - type: divider - type: divider style: - height: 16px - background: center / contain url("https://d33wubrfki0l68.cloudfront.net/075995fe17a5351e2699b2dd878652ec4f1d8654/8bfdd/demo/favicon-192x192.png") + height: 30px + margin: 4px 0 + background: center / contain url("images/divider.png") no-repeat ` }, ];