Skip to content

Commit 0aa6fa2

Browse files
committed
chore(docs): ensure cells are center-aligned in FeatureStatusTable
1 parent 0a40d61 commit 0aa6fa2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/.vitepress/theme/components/FeatureStatusTable.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ function isNotApplicable(value) {
7979
text-align: center;
8080
}
8181
82+
.roadmap-table td {
83+
text-align: center;
84+
}
85+
8286
.status-cell {
8387
display: flex;
8488
flex-direction: column;

0 commit comments

Comments
 (0)