mirror of https://github.com/Budibase/budibase.git
10 changed files with 56 additions and 47 deletions
@ -0,0 +1,14 @@ |
|||
<script> |
|||
import "@spectrum-css/fieldlabel/dist/index-vars.css" |
|||
</script> |
|||
|
|||
<label |
|||
class={`spectrum-FieldLabel spectrum-FieldLabel--sizeM spectrum-Form-itemLabel`}> |
|||
<slot /> |
|||
</label> |
|||
|
|||
<style> |
|||
label { |
|||
white-space: nowrap; |
|||
} |
|||
</style> |
|||
Loading…
Reference in new issue