Fix: File comments overlap in reply pop window

It works fine with Chrome, but when it is Firefox the
file comments apear to be overlap.
Fixed by adjusting the CSS style.

Change-Id: I905650311be3e60c91a7ffdc0150191e65c7a514
This commit is contained in:
Bruce Zu
2013-11-29 15:27:01 +08:00
committed by Shawn Pearce
parent aae986c899
commit 691051b083

View File

@@ -29,7 +29,7 @@ limitations under the License.
font-weight: bold;
}
.message {
margin-left: 100px;
margin-left: 111px;
}
</ui:style>