Small fix

This commit is contained in:
Andrea Alberti 2024-08-26 14:17:09 +02:00
parent 49b6b9e5e5
commit 81f71c6595

View file

@ -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 */
}