Skip to content

Commit 47cd5f6

Browse files
committed
Fix formatting issue that snuck through CI
1 parent 9742585 commit 47cd5f6

File tree

1 file changed

+1
-2
lines changed
  • components/fires-server/resources/styles

1 file changed

+1
-2
lines changed

components/fires-server/resources/styles/app.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
margin-top: 6rem;
6969
}
7070

71-
main :is(a[href*="://"], a[target="_blank"]):not(:is(.no-icon, svg a, :has(img, svg)))
72-
{
71+
main :is(a[href*='://'], a[target='_blank']):not(:is(.no-icon, svg a, :has(img, svg))) {
7372
white-space: collapse nowrap;
7473
text-wrap-mode: nowrap;
7574

0 commit comments

Comments
 (0)