diff --git a/src/popup/components/action-buttons.component.html b/src/popup/components/action-buttons.component.html index beea50c29f..f63c1f1ac3 100644 --- a/src/popup/components/action-buttons.component.html +++ b/src/popup/components/action-buttons.component.html @@ -1,4 +1,5 @@ - - + - - - + - - + - - + - + - - - + - + - - + diff --git a/src/popup/components/cipher-row.component.html b/src/popup/components/cipher-row.component.html index fbf9f1dab4..fc78fd9ccf 100644 --- a/src/popup/components/cipher-row.component.html +++ b/src/popup/components/cipher-row.component.html @@ -1,13 +1,17 @@ - - + @@ -31,7 +35,7 @@ {{ cipher.subTitle }} - + - + diff --git a/src/popup/scss/box.scss b/src/popup/scss/box.scss index da7a3ab789..0b691b6044 100644 --- a/src/popup/scss/box.scss +++ b/src/popup/scss/box.scss @@ -136,6 +136,7 @@ .row-main { display: flex; min-width: 0; + align-items: normal; .row-main-content { min-width: 0; @@ -283,6 +284,7 @@ .text, .detail { display: block; + text-align: left; @include themify($themes) { color: themed("textColor");