From b7080954727d0507b26a05937efa62efc0488af0 Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Fri, 10 Jul 2015 00:23:07 -0400 Subject: [PATCH] make sure hall of heroes table contents fit as table is resized --- website/views/options/social/hall.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/options/social/hall.jade b/website/views/options/social/hall.jade index cb7489a8f7..b770d0b104 100644 --- a/website/views/options/social/hall.jade +++ b/website/views/options/social/hall.jade @@ -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 + table.table.table-striped(style='table-layout:fixed;') 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()") + table.table.table-striped(infinite-scroll="loadMore()", style='table-layout:fixed;') thead tr th=env.t('name')