Skip to content

Commit

Permalink
Merge pull request #91 from ikemo3/fix/video-url-overflows
Browse files Browse the repository at this point in the history
fix: video url overflows in firefox(#88)
  • Loading branch information
ikemo3 committed Nov 12, 2019
2 parents 42486c4 + a913f32 commit d4d6241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/content_script/google.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
z-index: 3;
}

.blocker-temporarily-unblock {
word-break: break-word;
}

.cv2VAd {
height: auto !important;
}

0 comments on commit d4d6241

Please sign in to comment.