mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 15:10:10 -05:00
Merge pull request #189 from whiteout-io/dev/WO-749
Force line break in account view
This commit is contained in:
commit
e70b874dc3
@ -30,6 +30,7 @@
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
margin: 0;
|
||||
clear: both;
|
||||
}
|
||||
dd {
|
||||
float: right;
|
||||
@ -37,6 +38,7 @@
|
||||
text-align: left;
|
||||
width: 50%;
|
||||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user