Skip to content

Commit 34f8c40

Browse files
authored
Minimized mode bottom margin should match side padding (#617) rdar://108577661
* bottom margin should match side margin rdar://108577661 bottom margin should match side margin * Decrease the margin due to line height Decrease the margin due to line height
1 parent c5b6594 commit 34f8c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocumentationTopic/ViewMore.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
@include font-styles(body-reduced-tight);
3939
display: flex;
4040
flex-flow: row-reverse;
41-
margin-bottom: 20px;
41+
margin-bottom: 1.3rem;
4242
}
4343
4444
</style>

0 commit comments

Comments
 (0)