Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix CSS variable name
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Apr 20, 2022
commit aff68ab801a684a1a46a5866428d492de50dbe9c
2 changes: 1 addition & 1 deletion src/components/Description/Description.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default {
color: var(--color-primary);
font-weight: bold;
font-size: var(--default-font-size);
line-height: var(----default-line-height);
line-height: var(--default-line-height);
}

&__contenteditable {
Expand Down