mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 04:14:58 +02:00
Fix:Long library names overflow #858
This commit is contained in:
parent
6244909332
commit
3b4ac3a230
5 changed files with 18 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="sm:w-80 w-full sm:ml-6 relative">
|
||||
<div class="sm:w-80 w-full relative">
|
||||
<form @submit.prevent="submitSearch">
|
||||
<ui-text-input ref="input" v-model="search" placeholder="Search.." @input="inputUpdate" @focus="focussed" @blur="blurred" class="w-full h-8 text-sm" />
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue