Commit 6c2c7122 authored by Dimi's avatar Dimi
Browse files

Bug 1868083 - Add text wrapping for the address capture doorhanger...

Bug 1868083 - Add text wrapping for the address capture doorhanger r=credential-management-reviewers,issammani

Differential Revision: https://phabricator.services.mozilla.com/D195414
parent e757333e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
  :is(p, textarea) {
    margin-block: 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  menulist {
@@ -119,8 +120,8 @@
}

.address-save-update-row-container {
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;

  > image {