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

Differential Revision: https://phabricator.services.mozilla.com/D195414
This commit is contained in:
Dimi 2023-12-14 14:27:44 +00:00
parent e757333eb9
commit 6c2c712270

View File

@ -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 {