From 54ecd2ee75d1177cedadf9fee10319687feee5f0 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Wed, 6 May 2020 17:12:28 -0400 Subject: [PATCH] Prevent td text from overlapping th text (#1002) This makes all of the Note Info sections more consistent with each other. It prevents overlapping of text when the window is displayed in a small-width environment. --- src/public/app/widgets/collapsible_widgets/note_info.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/app/widgets/collapsible_widgets/note_info.js b/src/public/app/widgets/collapsible_widgets/note_info.js index f847d95fb..dad298d44 100644 --- a/src/public/app/widgets/collapsible_widgets/note_info.js +++ b/src/public/app/widgets/collapsible_widgets/note_info.js @@ -21,15 +21,15 @@ const TPL = ` - Note ID: + Note ID: - Created: + Created: - Modified: + Modified: @@ -79,4 +79,4 @@ export default class NoteInfoWidget extends CollapsibleWidget { this.refresh(); } } -} \ No newline at end of file +}