Skip to content

Commit 6e63bac

Browse files
ErnestasZalogaErnestas Zaloga
andauthored
Fixed list bullet square so its always of constant width (#611)
Co-authored-by: Ernestas Zaloga <[email protected]>
1 parent d9fb6a1 commit 6e63bac

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "8.9.0",
4+
"version": "8.9.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/components/list/List.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const StyledListMarker = css`
3131
content: "";
3232
border-radius: 1px;
3333
width: 8px;
34+
min-width: 8px;
3435
height: 8px;
3536
margin: ${theme.spacing.spacing02};
3637
background-color: ${theme.color.text.text01};

0 commit comments

Comments
 (0)