Skip to content

Commit

Permalink
#1611 Add table-responsive to Inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 5, 2016
1 parent d437f68 commit 016e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/Fifteen/views/inbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
?>
<input type="hidden" name="box" value="0" />
<table class="table table-striped table-hover">
<table class="table table-striped table-responsive table-hover">
<thead>
<tr>
<th style="width: 18px;"><input type="checkbox" id="checkAllButon" value="1" onclick="checkAll('selected_messages[]','checkAllButon');" /></th>
Expand Down

3 comments on commit 016e92f

@Scrumplex
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as the bootstrap documentation says, you will have to create a wrapper with the table-responsive class for tables, like in #1611

@Studio384
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crap, you're right, should have checked that :/

@Scrumplex
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. Still using (a modified version of) Luna for my projects. Luna had problems communicating with my (external) smtp server.

Please sign in to comment.