mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
force line break in account view
This commit is contained in:
parent
f11d4e8df3
commit
9b10346cb9
@ -30,6 +30,7 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
float: right;
|
float: right;
|
||||||
@ -37,6 +38,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user