mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-14 05:45:03 +00:00
Fixed a11y issue for new container pk description label
This commit is contained in:
parent
de5df90f75
commit
06a603698e
@ -419,9 +419,9 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
|
||||
</TooltipHost>
|
||||
</Stack>
|
||||
|
||||
<Text variant="small" aria-label="pkDescription">
|
||||
<label aria-label="pkDescription" style={{ padding: "0" }}>
|
||||
{this.getPartitionKeySubtext()}
|
||||
</Text>
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user