From 87589a69beedf8b859747e645d9d82a5831e84ad Mon Sep 17 00:00:00 2001 From: Ashot Vardanyan Date: Thu, 26 Feb 2026 13:57:41 +0400 Subject: [PATCH] remove button group wrapping the tooltips --- packages/ui/src/components/kbd/Kbd.astro | 48 ++++++++++++------------ 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/packages/ui/src/components/kbd/Kbd.astro b/packages/ui/src/components/kbd/Kbd.astro index bb03e51..8161c38 100644 --- a/packages/ui/src/components/kbd/Kbd.astro +++ b/packages/ui/src/components/kbd/Kbd.astro @@ -76,31 +76,29 @@ * You can use the `Kbd` component inside a `Tooltip` component to display a tooltip with a keyboard key. * *
- * - * - * - * - * - * - *
- * Save Changes S - *
- *
- *
- * - * - * - * - * - *
- * Print Document - * Ctrl - * P - * - *
- *
- *
- *
+ * + * + * + * + * + *
+ * Save Changes S + *
+ *
+ *
+ * + * + * + * + * + *
+ * Print Document + * Ctrl + * P + * + *
+ *
+ *
*
* * ### Input Group