Skip to content

Commit 6ac8734

Browse files
fix(article): add missing table border (#372)
1 parent 9b892fc commit 6ac8734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/blog/articles/ui-article-content/src/lib/article-content/article-content.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@
8888
width: 100%;
8989
min-height: 300px;
9090
}
91+
92+
table td {
93+
@apply border-al-border border border-solid p-3;
94+
}
9195
}

0 commit comments

Comments
 (0)