Skip to content

Commit 3fd3903

Browse files
committed
Fix right margin of openInEditorButton
1 parent b554ea4 commit 3fd3903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ input.editButton:active
17271727
}
17281728
input.resetButton{display: none}
17291729

1730-
.editButton, .openInEditorButton, .runButton, .resetButton {
1730+
div.editButton, div.openInEditorButton, div.runButton, div.resetButton {
17311731
display: inline-block;
17321732
margin-right: 10px;
17331733
cursor: pointer;
@@ -1739,7 +1739,8 @@ input.resetButton{display: none}
17391739
display: inline-block;
17401740
text-decoration: none;
17411741
}
1742-
.openInEditorButton {
1742+
div.openInEditorButton {
1743+
margin-right: 0;
17431744
float: right;
17441745
}
17451746

0 commit comments

Comments
 (0)