Skip to content

Commit 70b2d4a

Browse files
committed
prettier
1 parent e94ade6 commit 70b2d4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/editor/src/lib/codemirror.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
gap: 0.5rem;
141141
padding: 0.5rem 4.2rem 0.5rem 0.5rem;
142142

143-
.cm-button, button[aria-label="close"] {
143+
.cm-button,
144+
button[aria-label='close'] {
144145
margin: 0;
145146
font: inherit;
146147
background: inherit;
@@ -161,7 +162,7 @@
161162
}
162163
}
163164

164-
button[aria-label="close"] {
165+
button[aria-label='close'] {
165166
aspect-ratio: 1;
166167
top: 0.5rem;
167168
right: 0.5rem;

0 commit comments

Comments
 (0)