Fix button cutoff CSS bug

Before:
![newsblur before](http://imgh.us/newsblur.png)

After:
![newsblur after](http://imgh.us/newsblur_2.png)
This commit is contained in:
Daniel Hug 2013-07-09 13:56:49 -07:00
parent 7884871962
commit a90dc4eb50

View file

@ -3511,7 +3511,7 @@ background: transparent;
overflow: hidden;
}
.NB-feed-taskbar .NB-task-button {
padding: 7px 8px;
padding: 7px;
cursor: pointer;
opacity: .9;
}