Skip to content

Commit 252af9e

Browse files
authored
Merge pull request #737 from Rahulm2310/debugginglistfix
Fixed list item alignment in debugging.html
2 parents d4c04f6 + d72c6b1 commit 252af9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,10 @@ h3 {
948948
margin: 1em 0 0 0;
949949
}
950950

951+
#learn-page .info {
952+
display: inline-block;
953+
}
954+
951955
#exampleDisplay,
952956
#exampleFrame,
953957
#exampleEditor {

0 commit comments

Comments
 (0)