Skip to content

Commit bffdcf5

Browse files
author
Vikas Agarwal
committed
Adding UL to the same style which we have for p in help modal
1 parent f8b72ae commit bffdcf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projects/create/components/HelpModal.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
text-align: center;
4949
color: $tc-black;
5050
}
51-
& p {
51+
& p, ul {
5252
margin: 3*$base-unit 36*$base-unit;
5353
color: $tc-black;
5454
}
55-
& p:last-child {
55+
& p:last-child, ul:last-child {
5656
margin-bottom: 32*$base-unit;
5757
}
5858
}

0 commit comments

Comments
 (0)