mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Wrap text like normal
This commit is contained in:
parent
6e7e76a3ce
commit
4f5148e668
2 changed files with 6 additions and 3 deletions
|
@ -142,7 +142,10 @@ script(type="text/ng-template", id="historyEntryTpl")
|
|||
span.history-entry-change-doc {{ ::$ctrl.getProjectOpDoc(project_op) }}
|
||||
.history-entry-metadata
|
||||
time.history-entry-metadata-time {{ ::$ctrl.entry.meta.end_ts | formatDate:'h:mm a' }}
|
||||
span •
|
||||
span
|
||||
|
|
||||
| •
|
||||
|
|
||||
ol.history-entry-metadata-users
|
||||
li.history-entry-metadata-user(ng-repeat="update_user in ::$ctrl.entry.meta.users")
|
||||
span.name(
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
margin-bottom: 3px;
|
||||
}
|
||||
.history-entry-change {
|
||||
display: flex;
|
||||
|
||||
}
|
||||
.history-entry-change-action {
|
||||
margin-right: 0.5em;
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
}
|
||||
.history-entry-metadata-time {
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.history-entry-metadata-users {
|
||||
|
|
Loading…
Reference in a new issue