1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Ensure consistent size of form fields regardless of label position

This commit is contained in:
Andrew Kingston 2021-02-02 13:50:46 +00:00
parent 7984382552
commit 79ae7dae91
2 changed files with 6 additions and 2 deletions

View file

@ -9,9 +9,9 @@
</script>
<div use:styleable={$component.styles}>
<form
<div
class="spectrum-Form"
class:spectrum-Form--labelsAbove={labelPosition === 'above'}>
<slot />
</form>
</div>
</div>

View file

@ -56,6 +56,10 @@
</FieldGroupFallback>
<style>
.spectrum-Form-itemField {
width: 360px;
}
.error {
color: var(
--spectrum-semantic-negative-color-default,