Fix title alignment

This commit is contained in:
Gordon 2021-04-11 17:40:21 +01:00
parent 86a2385929
commit 6804dcc447

View File

@ -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 {