Update workspace roles

This commit is contained in:
luis cielak
2018-09-13 10:37:23 -04:00
committed by luisgov
parent 9d52353374
commit 1badea30b7
3 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
<fieldset v-bind:class="['selector usa-input', { 'usa-input--error': initialErrors }]">
<v-popover v-bind:container='false' ref='popover'>
<legend>
{{ field.label | striptags }}
<div class="usa-input__title">{{ field.label | striptags }}</div>
{% if field.description %}
<span class='usa-input__help'>{{ field.description | safe }}</span>