Browse Source

Merge pull request #119 from erqan/fix-follow-list

Fixing #118 - following modal view
master
miguelfreitas 11 years ago
parent
commit
52bed1c777
  1. 1
      css/style.css

1
css/style.css

@ -1372,6 +1372,7 @@ button.disabled:hover
.following-modal .modal-content .following-modal .modal-content
{ {
padding: 15px; padding: 15px;
height: 400px;
overflow-y: auto; overflow-y: auto;
} }
.following-modal .modal-buttons .following-modal .modal-buttons

Loading…
Cancel
Save