File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
9
9
* @slot headline - headline area
10
10
* @slot header - headline area
11
11
* @slot default - area for the content of the box
12
+ * @cssprop --uui-box-default-padding - overwrite the box padding
12
13
*
13
14
*/
14
15
@defineElement ( 'uui-box' )
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ export default {
11
11
12
12
const Template : Story = ( ) => html `
13
13
< uui-box headline ="Headline ">
14
- Some content of this box, appended in the default slot. Notice the padding
15
- of the default slot can be removed by setting
16
- style="--uui-box-default-padding: 0;"
14
+ Some content of this box, appended in the default slot.
17
15
</ uui-box >
18
16
` ;
19
17
You can’t perform that action at this time.
0 commit comments