Skip to content

Commit a573480

Browse files
committed
fix(space): fix missing px unit in align demo padding
1 parent bc3aaa9 commit a573480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/space/_example-composition/align.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<style scoped>
2727
.space-border {
28-
padding: 12;
28+
padding: 12px;
2929
border: 1px dashed var(--td-component-stroke);
3030
}
3131
.space-block {

src/space/_example/align.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<style scoped>
2727
.space-border {
28-
padding: 12;
28+
padding: 12px;
2929
border: 1px dashed var(--td-component-stroke);
3030
}
3131
.space-block {

0 commit comments

Comments
 (0)