Skip to content

Commit 23185e4

Browse files
authored
Merge pull request #1477 from Dharmendra016/fix/position-of-buttons-in-examples-section
fix: Position of buttons in examples section
2 parents 0dfe766 + 051e3be commit 23185e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ h3 {
10901090
#exampleDisplay .edit_space {
10911091
position: relative;
10921092
order: 3;
1093+
margin-top: 60px;
10931094
}
10941095

10951096
#exampleDisplay #exampleFrame {
@@ -2844,7 +2845,7 @@ footer {
28442845
}
28452846

28462847
#exampleDisplay .reset_button {
2847-
left: 3em;
2848+
left: 2.5em;
28482849
}
28492850

28502851
#exampleDisplay .copy_button {

0 commit comments

Comments
 (0)