diff options
author | 2021-09-04 10:56:37 +0200 | |
---|---|---|
committer | 2021-09-04 10:56:37 +0200 | |
commit | a28b952eafc83ac6f6fc1a3d99805866bc41fde9 (patch) | |
tree | 5e8e99ef5ac2b11e8a8ab027a976caa9b1af480f /apps/Notes/Notes.module.scss | |
parent | 467233f771d745aeb9f4e69b93d2fb24a1a95d3e (diff) | |
download | my_apps-a28b952eafc83ac6f6fc1a3d99805866bc41fde9.tar.gz my_apps-a28b952eafc83ac6f6fc1a3d99805866bc41fde9.tar.bz2 my_apps-a28b952eafc83ac6f6fc1a3d99805866bc41fde9.zip |
routes refactor
Diffstat (limited to 'apps/Notes/Notes.module.scss')
-rw-r--r-- | apps/Notes/Notes.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Notes/Notes.module.scss b/apps/Notes/Notes.module.scss index a87adac..a8ad168 100644 --- a/apps/Notes/Notes.module.scss +++ b/apps/Notes/Notes.module.scss @@ -111,6 +111,7 @@ } p { + line-height: 1.33; padding: 0 1rem 1rem; white-space: pre-line; user-select: text; @@ -157,7 +158,6 @@ border: none; padding: 0.5rem; font-size: 1rem; - // font-weight: 600; border: 1px dashed var(--color-window-buttons); &:placeholder { |