Skip to content

Commit 04f7a80

Browse files
committed
ci: Format code
1 parent ca65357 commit 04f7a80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/_supported-device-table.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,11 @@ $see-all-button-height: 30px;
176176
0 1px 1px 0 rgb(16 27 37 / 10%),
177177
0 1px 8px 0 rgb(46 69 82 / 12%);
178178
position: absolute;
179-
bottom: math.div(-($row-height - $see-all-button-height - $row-padding), 2) or calc(-1 * ($row-height - $see-all-button-height - $row-padding) / 2);
179+
bottom: math.div(
180+
-($row-height - $see-all-button-height - $row-padding),
181+
2
182+
)
183+
or calc(-1 * ($row-height - $see-all-button-height - $row-padding) / 2);
180184
left: 50%;
181185
transform: translate(-50%, -47px);
182186
z-index: 3;

0 commit comments

Comments
 (0)