Commit f38e6dd5 authored by George Tsiolis's avatar George Tsiolis

Remove extra non-breaking spaces around the dash

parent e7ace055
......@@ -183,15 +183,9 @@ export default {
<div v-if="shouldShowWeight" class="value hide-collapsed js-weight-weight-label">
<span v-if="!isNoValue">
<strong class="js-weight-weight-label-value">{{ weight }}</strong>
<span
v-if="editable"
>
&nbsp;&dash;&nbsp;
<a
class="btn-default-hover-link js-weight-remove-link"
href="#"
@click="removeWeight"
>
<span v-if="editable">
-
<a class="btn-default-hover-link js-weight-remove-link" href="#" @click="removeWeight">
{{ __('remove weight') }}
</a>
</span>
......
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