mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Fixed a11y issue for new container pk description label
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user