File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const rows = computed(() => {
118
118
119
119
.cell {
120
120
border : 1px solid black ;
121
- padding : 0.25 em 0.5em ;
121
+ padding : 0 0.5em ;
122
122
}
123
123
124
124
.body .cell {
@@ -139,7 +139,7 @@ const rows = computed(() => {
139
139
}
140
140
141
141
.cell.true ::before {
142
- content : " •" ;
142
+ content : " • " ;
143
143
}
144
144
145
145
.cell.true ::after {
@@ -151,7 +151,7 @@ const rows = computed(() => {
151
151
}
152
152
153
153
.cell.false ::before {
154
- content : " \a0 " ;
154
+ content : " \a0\a0 " ;
155
155
}
156
156
157
157
.cell.invalid {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const rows = computed(() => {
118
118
119
119
.cell {
120
120
border : 1px solid black ;
121
- padding : 0.25 em 0.5em ;
121
+ padding : 0 0.5em ;
122
122
}
123
123
124
124
.body .cell {
@@ -139,7 +139,7 @@ const rows = computed(() => {
139
139
}
140
140
141
141
.cell.true ::before {
142
- content : " •" ;
142
+ content : " • " ;
143
143
}
144
144
145
145
.cell.true ::after {
@@ -151,7 +151,7 @@ const rows = computed(() => {
151
151
}
152
152
153
153
.cell.false ::before {
154
- content : " \a0 " ;
154
+ content : " \a0\a0 " ;
155
155
}
156
156
157
157
.cell.invalid {
You can’t perform that action at this time.
0 commit comments