You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-09-16 08:56:40 +02:00
Table rendering
This commit is contained in:
@@ -293,6 +293,13 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td, th {
|
||||
border: 1px solid silver;
|
||||
padding: .5em 1em .5em 1em;
|
||||
}
|
||||
`;
|
||||
|
||||
let counter = -1;
|
||||
|
Reference in New Issue
Block a user