Skip to content

Commit 1e1fba1

Browse files
committed
Merge pull request coderwall#313 from lixonic/patch-1
fix the horizontal scroll
2 parents 98b10a8 + 8df9210 commit 1e1fba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/assets/stylesheets/application.css.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@ h4 {
362362
width: 124px;
363363
margin-top: -7px;
364364
}
365+
#tweetbtn iframe{
366+
width: 124px !important;
367+
}
365368
#footer-nav {
366369
ul {
367370
}
@@ -2157,4 +2160,4 @@ x:-o-prefocus, .custom-select::after {
21572160

21582161
/* ------------------------------------ */
21592162
/* END OF UGLY BROWSER-SPECIFIC HACKS */
2160-
/* ------------------------------------ */
2163+
/* ------------------------------------ */

0 commit comments

Comments
 (0)