Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite207b7d

Browse files
authored
Merge pull request#367 from coderoad/fix/paragraph-spacing
fix paragraph spacing
2 parents2b968cf +ea6fcce commite207b7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎web-app/src/components/Markdown/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,7 @@ pre tt {
186186
background-color: transparent;
187187
border: none;
188188
}
189+
190+
.coderoad-markdown>p {
191+
margin-bottom:0.5rem;
192+
}

‎web-app/stories/Step.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Step from '../src/containers/Tutorial/components/Step'
66
importSideBarDecoratorfrom'./utils/SideBarDecorator'
77

88
conststepText=
9-
'This is a long paragraph of step text intended to wrap around the side after a short period of writing to demonstrate text wrap among other things'
9+
'This is a long paragraph of step text intended to wrap around the side after a short period of writing to demonstrate text wrap among other things\n\nIt has a second paragraph'
1010

1111
constparagraphText=`
1212
### Code

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp