diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-13 19:34:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-13 19:34:21 -0400 |
commit | a631b76175e1bbb0a2d752cd395ef1295fa435b5 (patch) | |
tree | 3bb8023aba681d6b4adb8d6124ae79a5eb7972b9 /app/Template/dashboard/projects.php | |
parent | 4520026e91ca0e601f48ff6f3a16f42354257f91 (diff) |
Remove fixed table on dashboard and improve input placeholders
Diffstat (limited to 'app/Template/dashboard/projects.php')
-rw-r--r-- | app/Template/dashboard/projects.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/projects.php b/app/Template/dashboard/projects.php index 975ace44..77fb0bed 100644 --- a/app/Template/dashboard/projects.php +++ b/app/Template/dashboard/projects.php @@ -4,7 +4,7 @@ <?php if ($paginator->isEmpty()): ?> <p class="alert"><?= t('Your are not member of any project.') ?></p> <?php else: ?> - <table class="table-fixed table-small"> + <table class="table-small"> <tr> <th class="column-5"><?= $paginator->order('Id', \Kanboard\Model\ProjectModel::TABLE.'.id') ?></th> <th class="column-3"><?= $paginator->order('<i class="fa fa-lock fa-fw" title="'.t('Private project').'"></i>', \Kanboard\Model\ProjectModel::TABLE.'.is_private') ?></th> |