Skip to content

Commit 27c0ffd

Browse files
committed
Remove starting blank line
1 parent b1cf19c commit 27c0ffd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/component/src/Activity/private/MessageStatusLoader.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
:global(.webchat) .message-status-loader {
32
--webchat__component-icon--mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='3'/></svg>");
43
animation: message-status-loader__pulse 1.5s ease-in-out infinite;
@@ -15,4 +14,4 @@
1514
50% {
1615
opacity: 1;
1716
}
18-
}
17+
}

0 commit comments

Comments
 (0)