Commit f259934ebd4e4aafa31728b02dab87c3e6b0fc78
Committed by
Daniel
1 parent
80758fff
Exists in
master
and in
22 other branches
Fix bug show controllers option block .feed-reader-block
Sign-off-by: Valessio Brito <valessio@gmail.com> Sign-off-by: Leandro Alves <leandrosustenido@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1738,6 +1738,8 @@ a.button.disabled, input.disabled { |
1738 | 1738 | box-shadow: none; |
1739 | 1739 | outline: none; |
1740 | 1740 | } |
1741 | +/* FIX Error show option buttons on blocks */ | |
1742 | +#box-organizer .feed-reader-block, | |
1741 | 1743 | #box-organizer .article-block, |
1742 | 1744 | #box-organizer .recent-documents-block { |
1743 | 1745 | overflow: visible !important; | ... | ... |