mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +00:00
Small fix
This commit is contained in:
parent
49b6b9e5e5
commit
81f71c6595
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/* Make sure the input field takes the full width of its parent */
|
||||
.plugin-comment {
|
||||
margin-top: var(--size-4-1);;
|
||||
margin-top: var(--size-4-1);
|
||||
width: 100%;
|
||||
box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue