fix touch device link sharing in Firefox

This commit is contained in:
Jeff Atwood 2014-12-24 00:11:43 -08:00
parent 1e29f6cbe9
commit 3bad0e3a33
1 changed files with 4 additions and 1 deletions

View File

@ -12,9 +12,12 @@
&.visible { &.visible {
display: block; display: block;
} }
input[type=text], .share-for-touch .overflow-ellipsis { input[type=text] {
width: 96%; width: 96%;
} }
.share-for-touch .overflow-ellipsis {
clear: both;
}
.share-for-touch { .share-for-touch {
margin: 14px 0; margin: 14px 0;
} }