summaryrefslogtreecommitdiff
path: root/app/Template/swimlane
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-28 16:42:29 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-28 16:42:29 -0500
commit7b97c50569514deb96aca26e9162949cc6fbd89b (patch)
tree6731c64738a473561c2eaeff95013edf832c0aad /app/Template/swimlane
parent4b70942bc486cb7c66beced212f25d73265129a4 (diff)
Improve css for tablets and fix minor bug
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r--app/Template/swimlane/table.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php
index 32870ecc..cf22e31b 100644
--- a/app/Template/swimlane/table.php
+++ b/app/Template/swimlane/table.php
@@ -3,8 +3,8 @@
<?php if (! isset($hide_position)): ?>
<th><?= t('Position') ?></th>
<?php endif ?>
- <th class="column-70"><?= t('Name') ?></th>
- <th><?= t('Actions') ?></th>
+ <th class="column-60"><?= t('Name') ?></th>
+ <th class="column-35"><?= t('Actions') ?></th>
</tr>
<?php foreach ($swimlanes as $swimlane): ?>
<tr>