From 52bf944c9bee379f7888c434166246ea3ebb0416 Mon Sep 17 00:00:00 2001 From: newbazz Date: Thu, 15 Aug 2019 21:12:37 +0530 Subject: [PATCH] Stop the overflow of the button (#6098) solves https://github.com/publiclab/plots2/issues/6078 --- app/views/like/_like.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/like/_like.html.erb b/app/views/like/_like.html.erb index 66bc7e79cb..9bfeda0790 100644 --- a/app/views/like/_like.html.erb +++ b/app/views/like/_like.html.erb @@ -98,6 +98,10 @@ text-decoration : none; cursor : pointer; } + .bs-popover-bottom { + overflow: visible; + max-width: 1000px; + }