diff --git a/services/web/app/views/project/editor/history/entriesListV2.pug b/services/web/app/views/project/editor/history/entriesListV2.pug index 088f1d2741..a7d078b5c8 100644 --- a/services/web/app/views/project/editor/history/entriesListV2.pug +++ b/services/web/app/views/project/editor/history/entriesListV2.pug @@ -150,7 +150,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( diff --git a/services/web/public/stylesheets/app/editor/history-v2.less b/services/web/public/stylesheets/app/editor/history-v2.less index abb92d72b6..9089ed1ae9 100644 --- a/services/web/public/stylesheets/app/editor/history-v2.less +++ b/services/web/public/stylesheets/app/editor/history-v2.less @@ -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 {