fix: fix width on cards to be slightly larger
This commit is contained in:
parent
4db9f0545f
commit
dcad361ae7
@ -65,7 +65,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={9}>
|
<Col class="mx-auto" xs={12} lg={10}>
|
||||||
<TabContent class="mt-3">
|
<TabContent class="mt-3">
|
||||||
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
||||||
<Card style="border-radius: 0; border: none;">
|
<Card style="border-radius: 0; border: none;">
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={9}>
|
<Col class="mx-auto" xs={12} lg={10}>
|
||||||
{#if err}
|
{#if err}
|
||||||
<Alert color="danger" >{err}</Alert>
|
<Alert color="danger" >{err}</Alert>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user