mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-22 03:16:16 +08:00
Centralize actions table header
This commit is contained in:
parent
45a0e6026f
commit
0d475961eb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defmodule LivebookWeb.Hub.SecretListComponent do
|
|||
</th>
|
||||
<th
|
||||
scope="col"
|
||||
class="py-3.5 pl-3 pr-4 text-right text-sm font-semibold text-gray-900 sm:pr-6"
|
||||
class="py-3.5 pl-3 pr-6 text-right text-sm font-semibold text-gray-900 sm:pr-8"
|
||||
>
|
||||
Actions
|
||||
</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue