Skip to content

Commit 15c6dab

Browse files
committed
style: Run formatter
1 parent 4ddfa4d commit 15c6dab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/browser-utils/src/styles/application.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ html.spx-app {
55
width: 100svw;
66
overflow-y: auto;
77
overflow-x: hidden;
8-
font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
9-
'Segoe UI Symbol', 'Noto Color Emoji';
8+
font-family:
9+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
10+
'Noto Color Emoji';
1011

1112
> body {
1213
margin: 0;

0 commit comments

Comments
 (0)