Wrap text like normal

This commit is contained in:
James Allen 2018-05-30 17:55:02 +01:00
parent 6e7e76a3ce
commit 4f5148e668
2 changed files with 6 additions and 3 deletions

View file

@ -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(

View file

@ -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 {