From 6e63bac65e49e8fd73ea8379aa8c1b7cd28eb96d Mon Sep 17 00:00:00 2001 From: Ernestas Date: Wed, 28 Jun 2023 13:16:11 +0300 Subject: [PATCH] Fixed list bullet square so its always of constant width (#611) Co-authored-by: Ernestas Zaloga --- package-lock.json | 4 ++-- package.json | 2 +- src/components/list/List.tsx | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60a2efd6..1b31133c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nordcloud/gnui", - "version": "8.9.0", + "version": "8.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nordcloud/gnui", - "version": "8.9.0", + "version": "8.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7275c90a..20902aac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nordcloud/gnui", "description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products", - "version": "8.9.0", + "version": "8.9.1", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/list/List.tsx b/src/components/list/List.tsx index dc16793d..a126d0c7 100644 --- a/src/components/list/List.tsx +++ b/src/components/list/List.tsx @@ -31,6 +31,7 @@ const StyledListMarker = css` content: ""; border-radius: 1px; width: 8px; + min-width: 8px; height: 8px; margin: ${theme.spacing.spacing02}; background-color: ${theme.color.text.text01};