From a8947b90ec17692de17ef370f0887cd41c7e6ac1 Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Tue, 4 Jun 2024 12:43:57 -0400 Subject: [PATCH] Don't need --- docs/content/fsdocs-details-toggle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/fsdocs-details-toggle.js b/docs/content/fsdocs-details-toggle.js index 9ef6ab39..ea7075aa 100644 --- a/docs/content/fsdocs-details-toggle.js +++ b/docs/content/fsdocs-details-toggle.js @@ -19,7 +19,6 @@ export class DetailsToggle extends LitElement { static styles = css` :host { cursor: pointer; - transform: translateY(3px); } `;