Skip to content

Commit

Permalink
css: updated table border style
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 authored and ptamarit committed Aug 19, 2024
1 parent 95b8826 commit d96cfcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ code {
.rich-input-content
{
table, td, th {
border: 1px dashed @lightGray;
border: 1px solid @lightGray;
border-collapse: collapse;
padding: 1rem;
}
Expand Down

0 comments on commit d96cfcf

Please sign in to comment.