adfa8dd347
* added markdown styles from mattermost-webapp * removed semicolon to satisfy eslint demands * Update _markdown.scss
19 lines
311 B
SCSS
19 lines
311 B
SCSS
.markdown__table {
|
|
margin: 5px 0 10px;
|
|
background: var(--center-channel-bg);
|
|
|
|
th,
|
|
td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
a {
|
|
white-space: nowrap;
|
|
word-break: initial;
|
|
}
|
|
|
|
tbody tr {
|
|
background: var(--center-channel-bg);
|
|
}
|
|
}
|