truncate choice text
This commit is contained in:
parent
6222761dd3
commit
9872bf84f0
1 changed files with 2 additions and 2 deletions
|
|
@ -278,8 +278,8 @@
|
||||||
<label class="selectgroup" v-for="choice in feedNewChoice">
|
<label class="selectgroup" v-for="choice in feedNewChoice">
|
||||||
<input type="radio" name="feedToAdd" :value="choice.url" v-model="feedNewChoiceSelected">
|
<input type="radio" name="feedToAdd" :value="choice.url" v-model="feedNewChoiceSelected">
|
||||||
<div class="selectgroup-label">
|
<div class="selectgroup-label">
|
||||||
<div>{{ choice.title }}</div>
|
<div class="text-truncate">{{ choice.title }}</div>
|
||||||
<div :class="{light: choice.title}">{{ choice.url }}</div>
|
<div class="text-truncate" :class="{light: choice.title}">{{ choice.url }}</div>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue