Skip to content

Commit 462ae29

Browse files
committed
Fix formatting
1 parent 634768b commit 462ae29

File tree

2 files changed

+2
-2
lines changed
  • src
    • Elastic.Documentation.Site/Assets/markdown
    • Elastic.Markdown/Myst/Roles/Kbd

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@layer components {
22
.markdown-content {
33
kbd.kbd {
4-
@apply bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 relative top-[-2px] inline-flex gap-1.5 min-w-[18px] cursor-default rounded-sm border px-1.5 pt-[3px] pb-[2px] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px_0_1px];
4+
@apply bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 relative top-[-2px] inline-flex min-w-[18px] cursor-default gap-1.5 rounded-sm border px-1.5 pt-[3px] pb-[2px] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px_0_1px];
55
}
66
}
77
}

src/Elastic.Markdown/Myst/Roles/Kbd/Kbd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
using System.Collections.Frozen;
66
using System.ComponentModel.DataAnnotations;
7-
using NetEscapades.EnumGenerators;
87
using System.Text;
98
using System.Web;
9+
using NetEscapades.EnumGenerators;
1010

1111
namespace Elastic.Markdown.Myst.Roles.Kbd;
1212

0 commit comments

Comments
 (0)