mirror of https://github.com/zulip/zulip.git
Fix edited message squashing against the timestamp
(imported from commit c3d39accc75930841ea1795d8df65d39f02574b6)
This commit is contained in:
parent
78a3da7fbe
commit
9d68048d1d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue