Provisioned throughput checkbox is not aligned (#1661)
This commit is contained in:
parent
b419bec5a3
commit
6e956d27ad
|
@ -314,7 +314,7 @@ export const CassandraAddCollectionPane: FunctionComponent<CassandraAddCollectio
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
{!isServerlessAccount() && isKeyspaceShared && !keyspaceCreateNew && (
|
{!isServerlessAccount() && isKeyspaceShared && !keyspaceCreateNew && (
|
||||||
<Stack>
|
<Stack horizontal verticalAlign="center">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
id="tableSharedThroughput"
|
id="tableSharedThroughput"
|
||||||
|
|
Loading…
Reference in New Issue