Thanks for a very beautiful extension. The small dropdown button on the right of Follow was going in the second line for tablet view only. So I applied this css fix for tablets only:
@media (max-width: 991px) and (min-width: 768px) {
li.item-subscription.App-primaryControl {
width: 190px;
}
}