mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
e757333eb9
commit
6c2c712270
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user