From d405ac1b49ffb69a631f3ea8541f1ff005fc4d14 Mon Sep 17 00:00:00 2001 From: Axel Cureno Basurto Date: Mon, 2 Sep 2024 01:17:24 -0700 Subject: [PATCH] Mwpw 142267: What's included style fixes (#2674) --- libs/deps/mas/merch-mnemonic-list.js | 5 +++-- libs/deps/mas/merch-whats-included.js | 1 - libs/features/mas/web-components/src/merch-mnemonic-list.js | 5 +++-- libs/features/mas/web-components/src/merch-whats-included.js | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/deps/mas/merch-mnemonic-list.js b/libs/deps/mas/merch-mnemonic-list.js index c5cda0820a..946d0d034c 100644 --- a/libs/deps/mas/merch-mnemonic-list.js +++ b/libs/deps/mas/merch-mnemonic-list.js @@ -2,8 +2,9 @@ import{html as e,css as i,LitElement as s}from"/libs/deps/lit-all.min.js";var t= :host { display: flex; flex-direction: row; - gap: 10px; - margin-bottom: 10px; + gap: 5px; + margin-bottom: 5px; + margin-right: 10px; align-items: flex-end; } diff --git a/libs/deps/mas/merch-whats-included.js b/libs/deps/mas/merch-whats-included.js index 24065954d7..bee34475b6 100644 --- a/libs/deps/mas/merch-whats-included.js +++ b/libs/deps/mas/merch-whats-included.js @@ -8,7 +8,6 @@ import{html as e,css as o,LitElement as l}from"/libs/deps/lit-all.min.js";var t= 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; diff --git a/libs/features/mas/web-components/src/merch-mnemonic-list.js b/libs/features/mas/web-components/src/merch-mnemonic-list.js index b2d66a4e3e..2981e13d07 100644 --- a/libs/features/mas/web-components/src/merch-mnemonic-list.js +++ b/libs/features/mas/web-components/src/merch-mnemonic-list.js @@ -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; } diff --git a/libs/features/mas/web-components/src/merch-whats-included.js b/libs/features/mas/web-components/src/merch-whats-included.js index c0ea4fb163..6ceb950a85 100644 --- a/libs/features/mas/web-components/src/merch-whats-included.js +++ b/libs/features/mas/web-components/src/merch-whats-included.js @@ -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;