From 6804dcc4478c4be0d9508370af89dd0c0066a63d Mon Sep 17 00:00:00 2001 From: Gordon Date: Sun, 11 Apr 2021 17:40:21 +0100 Subject: [PATCH] Fix title alignment --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 10f531a..6631cb9 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,7 @@ body.vscode-high-contrast { padding-bottom: 0.5em; border-bottom: 1px var(--vscode-activityBar-inactiveForeground) solid; display: flex; + text-align: left; } .kanbn-header-name p { @@ -183,6 +184,7 @@ body.vscode-dark .kanbn-task { font-weight: bold; color: var(--vscode-editor-foreground); cursor: pointer; + text-align: left; } .kanbn-task-name:focus, .kanbn-task-name:hover {