mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +01:00
chore: align table styles for access token section
This commit is contained in:
parent
f59daf839b
commit
227cc26cb9
@ -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…
x
Reference in New Issue
Block a user