mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
force line break in account view
This commit is contained in:
parent
f11d4e8df3
commit
9b10346cb9
@ -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