Skip to content

Commit

Permalink
update: #450 RTL - table style
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed Oct 18, 2020
1 parent c6dfe5c commit 512c086
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/css/suneditor-contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,12 @@
border-spacing: 0;
border-collapse: collapse;
}

/* RTL - table */
.sun-editor-editable.se-rtl table {
margin: 0 0 10px auto;
}

.sun-editor-editable table thead {
border-bottom: 2px solid #333;
}
Expand Down

0 comments on commit 512c086

Please sign in to comment.