Skip to content

Commit

Permalink
🎨 fix #957
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jul 5, 2021
1 parent 87d93ea commit c35943e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -98,6 +98,7 @@

### v3.8.5 / 2021-06-xx

* [957](https://github.com/Vanessa219/vditor/issues/957) 支持表格横向滚动 `引入特性`
* [1038](https://github.com/Vanessa219/vditor/issues/1038) 图片使用 pointer 样式 `改进功能`
* [1034](https://github.com/Vanessa219/vditor/pull/1034) Support Vue and Angular `改进功能`
* [1016](https://github.com/Vanessa219/vditor/pull/1016) Support Svelte `文档相关`
Expand Down
11 changes: 11 additions & 0 deletions src/assets/scss/_reset.scss
Expand Up @@ -155,6 +155,9 @@
margin-bottom: 16px;
overflow: auto;
border-spacing: 0;
display: block;
word-break: keep-all;
width: 100%;

tr {
background-color: #fafbfc;
Expand All @@ -166,6 +169,14 @@
padding: 6px 13px;
border: 1px solid #dfe2e5;
word-break: normal;
white-space: nowrap;

&:first-child::after {
content: "";
display: inline-block;
vertical-align: top;
min-height: 24px;
}
}

th {
Expand Down

0 comments on commit c35943e

Please sign in to comment.