Skip to content

Commit

Permalink
Merge pull request #1477 from Dharmendra016/fix/position-of-buttons-i…
Browse files Browse the repository at this point in the history
…n-examples-section

fix: Position of buttons in examples section
  • Loading branch information
limzykenneth authored Jan 21, 2024
2 parents 0dfe766 + 051e3be commit 23185e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ h3 {
#exampleDisplay .edit_space {
position: relative;
order: 3;
margin-top: 60px;
}

#exampleDisplay #exampleFrame {
Expand Down Expand Up @@ -2844,7 +2845,7 @@ footer {
}

#exampleDisplay .reset_button {
left: 3em;
left: 2.5em;
}

#exampleDisplay .copy_button {
Expand Down

0 comments on commit 23185e4

Please sign in to comment.