Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 7bc1125

Browse files
committed
Fix margin on snippet pre
1 parent 8df3944 commit 7bc1125

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

  • packages/visual-stack-docs/src
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
.snippet pre {
2+
margin: 0;
3+
}
4+
15
.margin-top-snippet {
26
margin-top: 10px;
37
}
48

9+
.margin-top-snippet pre {
10+
margin: 0 0 1.6rem;
11+
}
12+
513
.inline-snippet {
614
margin: 0;
715
}

packages/visual-stack-docs/src/containers/Components/Docs/box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default () => {
137137
<Td>expand</Td>
138138
<Td>
139139
Expands the box along the main axis (direction axis) to
140-
fill available space (sets flex to 1).
140+
fill available space. (Sets flex to 1.)
141141
</Td>
142142
<Td>true | false</Td>
143143
<Td>false</Td>

0 commit comments

Comments
 (0)