[GH-1950] : Fix border-collapse user agent stylesheet (#3905)
This commit is contained in:
parent
08030a2d3c
commit
f0619a084e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
.markdown__table {
|
||||
margin: 5px 0 10px;
|
||||
background: var(--center-channel-bg);
|
||||
border-collapse: collapse;
|
||||
|
||||
th,
|
||||
td {
|
||||
|
|
Loading…
Reference in a new issue