File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/component-library/src Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments