diff --git a/.prettierrc b/.prettierrc index e69de29..27dd8af 100644 --- a/.prettierrc +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "endOfLine": "lf", + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "all" +} diff --git a/plugins/styles/style.css b/plugins/styles/style.css index 2612ac9..009d0e2 100644 --- a/plugins/styles/style.css +++ b/plugins/styles/style.css @@ -11,6 +11,6 @@ width: 100%; border: 0; border-radius: 0.5rem; - height: 450px; + height: 500px; overflow-y: scroll; }