@khanacademy/wonder-blocks-form
Advanced tools
Comparing version 6.0.1 to 6.0.2
# @khanacademy/wonder-blocks-form | ||
## 6.0.2 | ||
### Patch Changes | ||
- 361cb52b: Adds `width: 100%` to `legend` element to allow expanding it to fill the available space | ||
## 6.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -476,3 +476,4 @@ import _extends from '@babel/runtime/helpers/extends'; | ||
legend: { | ||
padding: 0 | ||
padding: 0, | ||
width: "100%" | ||
}, | ||
@@ -479,0 +480,0 @@ description: { |
@@ -505,3 +505,4 @@ 'use strict'; | ||
legend: { | ||
padding: 0 | ||
padding: 0, | ||
width: "100%" | ||
}, | ||
@@ -508,0 +509,0 @@ description: { |
{ | ||
"name": "@khanacademy/wonder-blocks-form", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"design": "v1", | ||
@@ -5,0 +5,0 @@ "description": "Form components for Wonder Blocks.", |
145474
3747