mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
truncate choice text
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user