Skip to content

Commit

Permalink
Mwpw 142267: What's included style fixes (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Sep 2, 2024
1 parent 8467b03 commit d405ac1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions libs/deps/mas/merch-mnemonic-list.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion libs/deps/mas/merch-whats-included.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions libs/features/mas/web-components/src/merch-mnemonic-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export class MerchMnemonicList extends LitElement {
:host {
display: flex;
flex-direction: row;
gap: 10px;
margin-bottom: 10px;
gap: 5px;
margin-bottom: 5px;
margin-right: 10px;
align-items: flex-end;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class MerchWhatsIncluded extends LitElement {
place-content: stretch start;
box-sizing: border-box;
align-self: baseline;
margin-top: 16px;
margin-bottom: 16px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-auto-rows: unset;
Expand Down

0 comments on commit d405ac1

Please sign in to comment.