Skip to content

Commit b778a4b

Browse files
authored
Merge pull request #3154 from pyth-network/bduran/prettier
chore(component-library): fixed formatting via prettier
2 parents 39b39ac + c927b10 commit b778a4b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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(2);
5959
justify-content: space-between;
6060
}
6161

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)