We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec87c8 commit 77ec060Copy full SHA for 77ec060
app/styles/app.css
@@ -11,14 +11,16 @@ html {
11
}
12
13
.module-name {
14
- display: inline-block;
+ display: inline-flex;
15
+ align-items: center;
16
+ flex-wrap: wrap;
17
+ gap: var(--spacing-1);
18
margin-bottom: 0;
19
20
21
.access {
22
color: #fff;
23
background-color: var(--color-gray-600);
- margin-left: var(--spacing-1);
24
padding: 0.25rem var(--spacing-1);
25
font-size: var(--font-size-md);
26
border-radius: var(--radius);
0 commit comments