Skip to content

Commit 2e9bc7e

Browse files
author
Quy
authored
Remove inline style (#34720)
1 parent 02bda7c commit 2e9bc7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

administrator/components/com_contact/tmpl/contacts/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<th scope="col" class="w-1 text-center">
6262
<?php echo HTMLHelper::_('searchtools.sort', 'JFEATURED', 'a.featured', $listDirn, $listOrder); ?>
6363
</th>
64-
<th scope="col" style="min-width:85px" class="w-1 text-center">
64+
<th scope="col" class="w-1 text-center">
6565
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.published', $listDirn, $listOrder); ?>
6666
</th>
6767
<th scope="col">

administrator/components/com_modules/tmpl/modules/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
5151
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-sort'); ?>
5252
</th>
53-
<th scope="col" style="min-width:85px" class="w-1 text-center">
53+
<th scope="col" class="w-1 text-center">
5454
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.published', $listDirn, $listOrder); ?>
5555
</th>
5656
<th scope="col" class="title">

administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
5858
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-sort'); ?>
5959
</th>
60-
<th scope="col" style="min-width:85px" class="w-5 text-center">
60+
<th scope="col" class="w-5 text-center">
6161
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.published', $listDirn, $listOrder); ?>
6262
</th>
6363
<th scope="col" class="title">

0 commit comments

Comments
 (0)