Skip to content

Commit 4a0378c

Browse files
committed
chore(component-library): fixed formatting via prettier
1 parent c9e7c6c commit 4a0378c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/component-library/src/EntityList/index.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
align-items: center;
5656
display: flex;
5757
flex-flow: row nowrap;
58-
gap: theme.spacing(2); // give items a little breathing room if text is long
58+
gap: theme.spacing(
59+
2
60+
); // give items a little breathing room if text is long
5961
justify-content: space-between;
6062
}
6163

packages/component-library/src/SymbolPairTag/index.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,16 @@
5050

5151
.description {
5252
color: theme.color("muted");
53+
5354
// this helps prevent long feed descriptions from looking gross
5455
// and overflowing off the page, pushing the curren values off the page,
5556
// too
5657
overflow: initial;
5758
text-overflow: initial;
5859
white-space: normal;
59-
60+
6061
@include theme.text("xs", "medium");
61-
62+
6263
// reset the above on large devices, to match when the price feeds grid switches over
6364
@include theme.breakpoint("2xl") {
6465
overflow: hidden;

0 commit comments

Comments
 (0)