File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
src/shared/components/ncTable/partials/rowTypePartials Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2323 <LinkWidget :thumbnail-url =" props.thumbnailUrl" :icon-url =" props.icon" :title =" props.title" :subline =" props.subline" :icon-size =" 40" />
2424 </template >
2525 <template #selected-option =" props " >
26- <LinkWidget :thumbnail-url =" props.thumbnailUrl" :icon-url =" props.icon" :title =" props.title" :subline = " props.subline " : icon-size =" 40 " />
26+ <LinkWidget :thumbnail-url =" props.thumbnailUrl" :icon-url =" props.icon" :title =" props.title" :icon-size =" 24 " />
2727 </template >
2828 </NcSelect >
2929 <NcButton type =" tertiary" :disabled =" !localValue" :title =" t('tables', 'Copy link')" @click =" copyLink" >
@@ -262,10 +262,19 @@ export default {
262262 },
263263}
264264< / script>
265- < style scoped>
265+ < style lang = " scss " scoped>
266266.link - input {
267267 display: flex;
268268 align- items: center;
269- margin- bottom: var (-- default- grid- baseline)
269+ margin- bottom: var (-- default- grid- baseline);
270+
271+ : deep (.v - select: not (.vs -- open) .vs__search ) {
272+ position: absolute;
273+ }
274+
275+ : deep (.vs__selected ) {
276+ flex- grow: 1 ;
277+ height: auto ! important;
278+ }
270279}
271280< / style>
You can’t perform that action at this time.
0 commit comments