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