Fix edited message squashing against the timestamp

(imported from commit c3d39accc75930841ea1795d8df65d39f02574b6)
This commit is contained in:
Allen Rabinovich 2014-02-05 23:21:27 -07:00
parent 78a3da7fbe
commit 9d68048d1d
1 changed files with 2 additions and 1 deletions

View File

@ -681,7 +681,7 @@ td.pointer {
display: inline-block;
vertical-align: top;
line-height: 14px;
margin-left: -10px;
margin-left: 0px;
position: static;
padding: 0px;
width: auto;
@ -713,6 +713,7 @@ td.pointer {
line-height: 14px;
vertical-align: top;
text-align: left;
width: auto;
}
.message_time {