Unverified Commit dbe744dc authored by Marcos Iglesias's avatar Marcos Iglesias Committed by GitHub

fix: Adjusting margin on copy button for codebox (#806)

* Adjusting margin on copy button for codebox
Signed-off-by: 's avatarMarcos Iglesias <miglesiasvalle@lyft.com>

* Update PR template
Signed-off-by: 's avatarMarcos Iglesias <miglesiasvalle@lyft.com>
parent f5149bcb
......@@ -16,15 +16,15 @@ Include one of these prefixes:
### Summary of Changes
_Include a summary of changes then remove this line_
<!-- Include a summary of changes then remove this line -->
### Tests
_What tests did you add or modify and why? If no tests were added or modified, explain why. Remove this line_
<!-- What tests did you add or modify and why? If no tests were added or modified, explain why. -->
### Documentation
_What documentation did you add or modify and why? Add any relevant links then remove this line_
<!-- What documentation did you add or modify and why? Add any relevant links -->
### CheckList
......
......@@ -99,7 +99,7 @@ $query-list-hover-z-index: 999;
display: none;
padding: 6px;
margin: $code-block-button-spacer (2 * $code-block-button-spacer) 0 0;
margin: 5px 14px 0 0;
}
svg.icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment