Commit bc0058da2a6b744fc50cef8dae69de34648c4dde

Authored by Filipe Medeiros
1 parent f714d93b

Responsive subject aligned icons

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
subjects/templates/subjects/subject_card.html
... ... @@ -19,7 +19,7 @@
19 19 </a>
20 20 </h4>
21 21  
22   - <div class="col-md-5 pull-right category-card-items">
  22 + <div class="col-lg-4 col-md-5 col-sm-12 col-xs-12 pull-right category-card-items">
23 23 {% if has_subject_permissions %}
24 24 <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
25 25 <i class="fa fa-ellipsis-v" aria-hidden="true"></i>
... ...