Removed label from css

This commit is contained in:
Andrea Alberti 2024-08-18 04:30:19 +02:00
parent 8d460d8ecf
commit f75946a3d5

View file

@ -7,11 +7,6 @@
box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
}
.plugin-comment-label {
float: left;
cursor: default;
}
.plugin-comment-annotation.plugin-comment-placeholder {
color: #CCCCCC; /* Standard placeholder color */
}