File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5252 <thead>
5353 <tr>
5454 <th><?= __d ('debug_kit ' , 'Route name ' ) ?> </th>
55- <th><?= __d ('debug_kit ' , 'URI template ' ) ?> </th>
56- <th><?= __d ('debug_kit ' , 'Defaults ' ) ?> </th>
55+ <th class="c-debug_table c-left-align" ><?= __d ('debug_kit ' , 'URI template ' ) ?> </th>
56+ <th class="c-debug-table c-left-align" ><?= __d ('debug_kit ' , 'Defaults ' ) ?> </th>
5757 </tr>
5858 </thead>
5959 <tbody>
8686 ?>
8787 <tr class="<?= $ class ?> ">
8888 <td><?= h (Hash::get ($ route ->options , '_name ' , $ route ->getName ())) ?> </td>
89- <td><?= h ($ route ->template ) ?> </td>
90- <td><pre><?= json_encode ($ route ->defaults , JSON_PRETTY_PRINT ) ?> </pre></td>
89+ <td class="c-debug-table c-left-align" ><?= h ($ route ->template ) ?> </td>
90+ <td class="c-debug-table c-left-align" ><pre><?= json_encode ($ route ->defaults , JSON_PRETTY_PRINT ) ?> </pre></td>
9191 </tr>
9292 <?php endforeach ; ?>
9393 </tbody>
Original file line number Diff line number Diff line change @@ -283,6 +283,10 @@ strong {
283283.c-debug-table .highlighted td {
284284 background : var (--highlighted );
285285}
286+ .c-debug-table th .c-left-align ,
287+ .c-debug-table td .c-left-align {
288+ text-align : left;
289+ }
286290
287291.c-flash {
288292 position : relative;
You can’t perform that action at this time.
0 commit comments