diff --git a/styles.css b/styles.css index d970c6e..3ef29dc 100644 --- a/styles.css +++ b/styles.css @@ -693,18 +693,20 @@ If your plugin does not need CSS, delete this file. align-items: center; justify-content: space-between; gap: 4px; - padding: 6px 12px; + padding: 6px 12px !important; width: 100%; cursor: pointer; - background: none; - background-color: transparent; - border: none; - outline: none; + background: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; appearance: none; - box-shadow: none; + box-shadow: none !important; text-align: left; font: inherit; color: inherit; + min-width: unset !important; + min-height: unset !important; } .agent-client-mention-badge {