Skip to content

Commit

Permalink
refactor: ! move properties to a more specific label class where they…
Browse files Browse the repository at this point in the history
… are really used
  • Loading branch information
ilandikov committed May 3, 2024
1 parent 067fca6 commit 1a8a1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/EditTask.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
}

label {
border-radius: var(--input-radius);
padding: 2px 3px;
grid-row-start: 1;
grid-row-end: 3;
}

input + label {
font-size: var(--font-ui-small);
border-radius: var(--input-radius);
padding: 2px 3px;
}

input {
Expand Down

0 comments on commit 1a8a1b6

Please sign in to comment.