Skip to content

Commit c8a2c84

Browse files
committed
Improved markdown styles #2
1 parent 2d7ea6e commit c8a2c84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

App/containers/OptionsContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ const Options = ({dispatch, options}) => {
439439
</Form>
440440

441441
<Segment secondary>
442-
<Header as="h2">
442+
<Header as="h2" id="Options">
443443
Available Options:
444444
</Header>
445445

App/styles/main.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,5 @@ code {
143143
margin: 0;
144144
font-size: 85%;
145145
border-radius: 5px;
146+
white-space: pre;
146147
}

0 commit comments

Comments
 (0)