File tree Expand file tree Collapse file tree
resources/js/components/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,11 +277,11 @@ defineExpose({
277277 @blur= " pushTaggableOption"
278278 / >
279279
280- < button type= " button" class = " flex-1 text-start" v- else - if = " !searchable && (dropdownOpen || !modelValue)" >
280+ < button type= " button" class = " flex-1 text-start truncate " v- else - if = " !searchable && (dropdownOpen || !modelValue)" >
281281 < span class = " text-gray-400 dark:text-gray-500 placeholder-text-xs" v- text= " placeholder" / >
282282 < / button>
283283
284- < button type= " button" v- else class = " flex-1 text-start cursor-pointer" >
284+ < button type= " button" v- else class = " flex-1 text-start cursor-pointer truncate " >
285285 < slot name= " selected-option" v- bind= " { option: selectedOption }" >
286286 < span v- if = " labelHtml" v- html= " getOptionLabel(selectedOption)" / >
287287 < span v- else v- text= " getOptionLabel(selectedOption)" / >
You can’t perform that action at this time.
0 commit comments