From f75946a3d541d2acd01c6d49a9b4872fa5a17e10 Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Sun, 18 Aug 2024 04:30:19 +0200 Subject: [PATCH] Removed label from css --- styles/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 97ebfbe..93f6903 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -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 */ }