File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
packages/components/src/styles Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @launchpad-ui/components " : patch
3+ ---
4+
5+ tweak layout of collection items with icons and descriptions
Original file line number Diff line number Diff line change 8787 "onlyBuiltDependencies" : [
8888 " @biomejs/biome" ,
8989 " @bundled-es-modules/glob" ,
90+ " @parcel/watcher" ,
9091 " @swc/core" ,
9192 " esbuild" ,
9293 " nx" ,
93- " style-dictionary " ,
94- " rolldown "
94+ " rolldown " ,
95+ " style-dictionary "
9596 ],
9697 "peerDependencyRules" : {
9798 "allowedVersions" : {
Original file line number Diff line number Diff line change 6666 & .content {
6767 grid-template-areas :
6868 'label kbd'
69- 'desc kbd ' ;
69+ 'desc - ' ;
7070 grid-template-columns : 1fr min-content;
7171 }
7272 }
8181
8282 & [slot = 'description' ] {
8383 grid-area : desc;
84+ word-break : break-all;
85+ }
86+
87+ & : has ([data-icon ]) [slot = 'description' ] {
88+ padding-inline-start : calc (var (--lp-size-16 ) + var (--lp-spacing-300 ));
8489 }
8590
8691 & kbd {
You can’t perform that action at this time.
0 commit comments