Skip to content

Commit

Permalink
#25835 fixed styling, added prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofBrylski committed Dec 4, 2024
1 parent fdd63bc commit af0c353
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
2 changes: 1 addition & 1 deletion plugins/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
width: 100%;
border: 0;
border-radius: 0.5rem;
height: 450px;
height: 500px;
overflow-y: scroll;
}

0 comments on commit af0c353

Please sign in to comment.