Skip to content

Commit

Permalink
fix(code-snippet): set correct width for feedback container in Safari (
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and renmaddox committed Mar 20, 2020
1 parent c3d8726 commit 1c1b615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@
}

.#{$prefix}--copy-btn__feedback {
box-sizing: content-box;
@include tooltip--content('icon');
clip: auto;
margin: auto;
overflow: visible;
display: none;
}

@include tooltip--placement('icon', 'bottom', 'center');
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@
}

.#{$prefix}--copy-btn__feedback {
box-sizing: content-box;
@include tooltip--content('icon');
clip: auto;
margin: auto;
overflow: visible;
display: none;
}

@include tooltip--placement('icon', 'bottom', 'center');

&:focus {
Expand Down

0 comments on commit 1c1b615

Please sign in to comment.