Address comments
This commit is contained in:
parent
eb2b2ba56e
commit
87e0c4fbe8
3 changed files with 4 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ trim_trailing_whitespace = true
|
|||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
|
|
|
|||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -4,8 +4,6 @@ node_modules
|
|||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
||||
|
||||
|
||||
# Frontend build folders
|
||||
frontend/*/dist
|
||||
|
||||
|
|
@ -19,3 +17,5 @@ sync-server/bindings/*.ts
|
|||
|
||||
*.log
|
||||
*.sqlx
|
||||
|
||||
target
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
background-color: var(--color-base-00);
|
||||
border-radius: var(--radius-l);
|
||||
container-type: inline-size;
|
||||
word-break: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
&.clickable {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue