Fix button width
This commit is contained in:
parent
38819f82c2
commit
fbe415609c
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
<p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox>
|
||||
</th>
|
||||
<th style="width: 40px"></th>
|
||||
<th style="width: 60px;">
|
||||
<th style="width: 70px;">
|
||||
<div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside">
|
||||
<my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon>
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox>
|
||||
</th>
|
||||
<th style="width: 40px"></th>
|
||||
<th style="width: 60px;"></th>
|
||||
<th style="width: 70px;"></th>
|
||||
<th i18n>Video</th>
|
||||
<th i18n>Info</th>
|
||||
<th i18n>Files</th>
|
||||
|
|
Loading…
Reference in a new issue