Skip to content

Commit

Permalink
Fix notes width
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka authored Dec 4, 2024
1 parent 1f240b9 commit 3b93406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataans/public/css/notes/note.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding: 0.3em;
font-family: "Noto Sans", system-ui;
box-sizing: border-box;
width: 100%;
max-width: 100%;
}

.note-container-edit-mode {
Expand Down

0 comments on commit 3b93406

Please sign in to comment.