Skip to content

Commit 2e4e25e

Browse files
authored
Merge pull request #2335 from StoDevX/network-warning-spacing
More whitespace between network warnings
2 parents a65191d + ff8fb8c commit 2e4e25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/course-search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class CourseSearchView extends React.PureComponent<Props, State> {
183183
text={
184184
this.props.isConnected
185185
? PROMPT_TEXT
186-
: PROMPT_TEXT.concat(`\n${NETWORK_WARNING}`)
186+
: PROMPT_TEXT.concat(`\n\n${NETWORK_WARNING}`)
187187
}
188188
/>
189189
)

0 commit comments

Comments
 (0)