Make tables more responsive
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="tooltip-large">
|
||||
<table>
|
||||
<table class="table-small">
|
||||
<tr>
|
||||
<th class="column-20"><?= t('Type') ?></th>
|
||||
<th class="column-70"><?= t('Title') ?></th>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="tooltip-large">
|
||||
<table>
|
||||
<table class="table-small">
|
||||
<?php foreach ($files as $file): ?>
|
||||
<tr>
|
||||
<th>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="tooltip-large">
|
||||
<table>
|
||||
<table class="table-small">
|
||||
<tr>
|
||||
<th class="column-80"><?= t('Subtask') ?></th>
|
||||
<th><?= t('Assignee') ?></th>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="tooltip-large">
|
||||
<table>
|
||||
<table class="table-small">
|
||||
<?php foreach ($links as $label => $grouped_links): ?>
|
||||
<tr>
|
||||
<th colspan="4"><?= t($label) ?></th>
|
||||
|
||||
Reference in New Issue
Block a user