Skip to content

Commit

Permalink
Fix copy button overflow in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Lknechtli committed Aug 16, 2018
1 parent fe289f7 commit 2e5cddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -382,7 +382,7 @@
Copy button on project share modal
*/
.btn-copy-modal {
width: 99.47px;
width: 100px;
height: 38px;
}

Expand Down
Expand Up @@ -139,7 +139,7 @@ Copy button on project share modal
*/
.btn-copy-modal,
.btn-copy-modal-first {
width: 99.47px;
width: 100px;
height: 39px;
}

Expand Down

0 comments on commit 2e5cddd

Please sign in to comment.