Skip to content

Commit a261a62

Browse files
committed
only shift the copy code button up if it's small
1 parent d619231 commit a261a62

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/assets/stylesheets/utilities.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ pre.pre-wrap {
123123
display: none;
124124
position: absolute;
125125
right: 0;
126-
top: -1px;
126+
127+
&.is-small {
128+
top: -1px;
129+
}
127130
}
128131

129132
div:hover > .copy-button {

0 commit comments

Comments
 (0)