Skip to content

Commit ce0b849

Browse files
ThomasThomas
authored andcommitted
Fix Storybook styles
1 parent 3ca4110 commit ce0b849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/storybook.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import '../node_modules/nhsuk-frontend/dist/nhsuk.css';
22

33
.tag-wrapper {
4-
display: 'flex';
5-
flex-direction: 'column';
4+
display: flex;
5+
flex-direction: column;
66

77
& > .nhsuk-tag {
88
margin-bottom: 10px;

0 commit comments

Comments
 (0)