Use bootstrap table-responsive class instead of inline css.

This commit is contained in:
Joe Gallo
2015-07-10 11:23:33 -04:00
parent b708095472
commit 9367ff80b6
+2 -2
View File
@@ -67,7 +67,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
input.form-control.btn.btn-primary(type='submit')=env.t('save')
table.table.table-striped(style='table-layout:fixed;')
table.table.table-striped.table-responsive
thead
tr
th=env.t('name')
@@ -91,7 +91,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
markdown(text='hero.contributor.contributions', target='_blank')
script(type='text/ng-template', id='partials/options.social.hall.patrons.html')
table.table.table-striped(infinite-scroll="loadMore()", style='table-layout:fixed;')
table.table.table-striped.table-responsive(infinite-scroll="loadMore()")
thead
tr
th=env.t('name')