Skip to content

Commit f11d797

Browse files
committed
ci: mixed whitespace.
1 parent c40fe24 commit f11d797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
.objectBar {
2-
display: grid;
2+
display: grid;
33
grid-template-columns: repeat(4, auto);
44
width: fit-content;
55

6-
& button {
6+
& button {
77
width: fit-content;
8-
white-space: nowrap;
8+
white-space: nowrap;
99
border-color: transparent;
1010
background-color: transparent;
1111

1212
&:hover,
1313
&:focus {
1414
border-color: black;
1515
background-color: black;
16-
}
16+
}
1717
}
1818
}

0 commit comments

Comments
 (0)