We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04962e9 commit b7a2d1bCopy full SHA for b7a2d1b
src/components/examples/label/BasicExample.astro
@@ -2,6 +2,6 @@
2
3
---
4
5
-<vscode-label for="select-01" side-aligned="end" required>
+<vscode-label for="select-01" required>
6
<span class="normal">Editor:</span> Font Size
7
</vscode-label>
src/content/components/label.mdx
@@ -16,7 +16,7 @@ Label font weight is bold by default. It can be changed to normal by wrapping it
16
<BasicExample />
17
<Fragment slot="html">
18
```html
19
- <vscode-label for="select-01" side-aligned="end" required>
+ <vscode-label for="select-01" required>
20
21
22
```
0 commit comments