From df3e5ac40c6460dd471b8f164282ba371254b409 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 18 Jul 2017 23:57:22 +0100 Subject: [PATCH] Table rendering --- ReactNativeClient/lib/components/screens/note.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ReactNativeClient/lib/components/screens/note.js b/ReactNativeClient/lib/components/screens/note.js index 898f6887b6..1875e29f88 100644 --- a/ReactNativeClient/lib/components/screens/note.js +++ b/ReactNativeClient/lib/components/screens/note.js @@ -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;