diff --git a/app/assets/stylesheets/steps/step.scss b/app/assets/stylesheets/steps/step.scss index 3a67cb558..a747a71db 100644 --- a/app/assets/stylesheets/steps/step.scss +++ b/app/assets/stylesheets/steps/step.scss @@ -148,6 +148,22 @@ .step-elements { padding-left: calc(var(--left-component-padding) * 2); + .step-timestamp { + position: relative; + margin-left: 34px; + bottom: 17px; + width: 356px; + height: 15px; + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + font-size: 10px; + line-height: 14px; + flex: none; + order: 0; + flex-grow: 0; + } + .step-element-name { .sci-inline-edit__view, textarea { diff --git a/app/javascript/vue/protocol/step.vue b/app/javascript/vue/protocol/step.vue index d62ed1d72..2303a566c 100644 --- a/app/javascript/vue/protocol/step.vue +++ b/app/javascript/vue/protocol/step.vue @@ -128,6 +128,7 @@