Skip to content

Commit

Permalink
Fix: Code toggle button layout in different browsers
Browse files Browse the repository at this point in the history
PR #276
  • Loading branch information
bennam authored and sapegin committed Jan 5, 2017
1 parent 1051ffc commit 1b91f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsg-components/Playground/Playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
composes: border link from "../../styles/colors.css";
position: absolute;
right: -1px;
bottom: -27px;
cursor: pointer;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 0;
padding: 6px 8px;
font-size: 14px;
line-height: 1;
margin: 0;
}

.showCode {
Expand Down

0 comments on commit 1b91f20

Please sign in to comment.