mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-22 17:52:30 +01:00
Overflow auto
This commit is contained in:
parent
3f42e0e945
commit
8e1e0b3740
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ const Tokens = () => {
|
|||
}}
|
||||
/>
|
||||
</Paragraph>
|
||||
<div style={{ width: "100%", overflowX: "scroll" }}>{tokens?.length > 0 && <TokensTable tokens={tokens} />}</div>
|
||||
<div style={{ width: "100%", overflowX: "auto" }}>{tokens?.length > 0 && <TokensTable tokens={tokens} />}</div>
|
||||
</CardContent>
|
||||
<CardActions>
|
||||
<Button onClick={handleCreateClick}>{t("account_tokens_table_create_token_button")}</Button>
|
||||
|
|
Loading…
Reference in a new issue