mirror of
https://github.com/usememos/memos.git
synced 2025-11-10 01:10:52 +08:00
chore: align table styles for access token section
This commit is contained in:
parent
f59daf839b
commit
227cc26cb9
1 changed files with 2 additions and 2 deletions
|
|
@ -72,9 +72,9 @@ const AccessTokenSection = () => {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flow-root">
|
<div className="w-full mt-2 flow-root">
|
||||||
<div className="overflow-x-auto">
|
<div className="overflow-x-auto">
|
||||||
<div className="inline-block min-w-full py-2 align-middle">
|
<div className="inline-block min-w-full border rounded-lg align-middle dark:border-zinc-600">
|
||||||
<table className="min-w-full divide-y divide-gray-300 dark:divide-zinc-600">
|
<table className="min-w-full divide-y divide-gray-300 dark:divide-zinc-600">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue