Commit ca3cb07f by bergquist

ux(settings_meta): add space to fill empty labels

parent 83662b51
...@@ -98,19 +98,19 @@ ...@@ -98,19 +98,19 @@
</div> </div>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10">Last updated by:</span> <span class="gf-form-label width-10">Last updated by:</span>
<span class="gf-form-label width-18">{{dashboardMeta.updatedBy}}</span> <span class="gf-form-label width-18">{{dashboardMeta.updatedBy}}&nbsp;</span>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10">Created at:</span> <span class="gf-form-label width-10">Created at:</span>
<span class="gf-form-label width-18">{{formatDate(dashboardMeta.created)}}</span> <span class="gf-form-label width-18">{{formatDate(dashboardMeta.created)}}&nbsp;</span>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10">Created by:</span> <span class="gf-form-label width-10">Created by:</span>
<span class="gf-form-label width-18">{{dashboardMeta.createdBy}}</span> <span class="gf-form-label width-18">{{dashboardMeta.createdBy}}&nbsp;</span>
</div> </div>
<div class="gf-form"> <div class="gf-form">
<span class="gf-form-label width-10">Current version:</span> <span class="gf-form-label width-10">Current version:</span>
<span class="gf-form-label width-18">{{dashboardMeta.version}}</span> <span class="gf-form-label width-18">{{dashboardMeta.version}}&nbsp;</span>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment