Skip to content

Commit

Permalink
Stop the overflow of the button (#6098)
Browse files Browse the repository at this point in the history
solves #6078
  • Loading branch information
newbazz authored and jywarren committed Aug 15, 2019
1 parent 855409c commit 52bf944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/like/_like.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
text-decoration : none;
cursor : pointer;
}
.bs-popover-bottom {
overflow: visible;
max-width: 1000px;
}
</style>

<script>
Expand Down

0 comments on commit 52bf944

Please sign in to comment.