Skip to content
Snippets Groups Projects
Commit c43cd51c authored by Reményi Gergely's avatar Reményi Gergely
Browse files

KST-23: add space between date and time

parent 98dc8b6e
No related branches found
No related tags found
1 merge request!2Service page rework
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</div> </div>
<div class="d-flex flex-md-row flex-column p-3"> <div class="d-flex flex-md-row flex-column p-3">
<div class="pr-sm-1" style="white-space: nowrap;"> <div class="pr-sm-1" style="white-space: nowrap;">
{{history.createdAt | date: 'yyyy. MMM dd.'}} {{history.createdAt | date: 'yyyy. MMM dd.'}}&nbsp;&nbsp;
</div> </div>
<div class="pl-sm-1" style="white-space: nowrap;"> <div class="pl-sm-1" style="white-space: nowrap;">
{{history.createdAt | date: 'hh:mm:ss'}} {{history.createdAt | date: 'hh:mm:ss'}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment