File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 74
74
grid-auto-columns : 1fr ;
75
75
grid-template-columns : repeat (auto-fit , var (--_utrecht-auto-col ));
76
76
margin-block-start : var (--utrecht-data-list-rows-item-margin-block-start );
77
+ padding-block-end : var (--utrecht-data-list-rows-item-padding-block-end );
78
+ padding-block-start : var (--utrecht-data-list-rows-item-padding-block-start );
77
79
row-gap : 0 ;
78
80
}
79
81
Original file line number Diff line number Diff line change 78
78
"inherits" : true
79
79
}
80
80
}
81
+ },
82
+ "padding-block-end" : {
83
+ "$extensions" : {
84
+ "nl.nldesignsystem.css.property" : {
85
+ "syntax" : " <length>" ,
86
+ "inherits" : true
87
+ }
88
+ }
89
+ },
90
+ "padding-block-start" : {
91
+ "$extensions" : {
92
+ "nl.nldesignsystem.css.property" : {
93
+ "syntax" : " <length>" ,
94
+ "inherits" : true
95
+ }
96
+ }
81
97
}
82
98
},
83
99
"item-value" : {
You can’t perform that action at this time.
0 commit comments