Skip to content

Commit

Permalink
Add table-mobile class that was inadvertently removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sg00dwin authored and f0x11 committed Mar 26, 2018
1 parent 217229d commit 6a3b97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/directives/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
</div>
<table class="table table-bordered table-condensed table-layout-fixed events-table">
<table class="table table-bordered table-condensed table-mobile table-layout-fixed events-table">
<thead>
<tr>
<th id="time" translate>Time</th>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -7165,7 +7165,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"</div>\n" +
"</div>\n" +
"</div>\n" +
"<table class=\"table table-bordered table-condensed table-layout-fixed events-table\">\n" +
"<table class=\"table table-bordered table-condensed table-mobile table-layout-fixed events-table\">\n" +
"<thead>\n" +
"<tr>\n" +
"<th id=\"time\" translate>Time</th>\n" +
Expand Down

0 comments on commit 6a3b97e

Please sign in to comment.