Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Jun 3, 2020
1 parent 8049a42 commit ef8fc91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/styles/less/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ a:hover {
.DraftEditor-editorContainer {
line-height: 1.6;
}
table {
width: 100%;
}
table.prisma-cms {
border-collapse: collapse;
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/less/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/styles/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ a{

table{

width: 100%;

&.prisma-cms{

border-collapse: collapse;
Expand Down

0 comments on commit ef8fc91

Please sign in to comment.