CdTgr / vue3-q-tel-input

Vue 3 telephone input implemented over Quasar framework
MIT License
12 stars 14 forks source link

Css breaking? #31

Closed Iscrimou closed 1 year ago

Iscrimou commented 1 year ago

I'm importing css normally on my component, but the flags are this way, what it can be?

Screenshot 2023-04-27 at 15-33-55 SocialHub Contatos

My component:

<script>
import Vue3QTelInput from 'vue3-q-tel-input'
import 'vue3-q-tel-input/dist/vue3-q-tel-input.esm.css'
CdTgr commented 1 year ago

Are you sure that you are not overriding any styles?

Iscrimou commented 1 year ago

Are you sure that you are not overriding any styles?

that component has no styles, just a min-width on q-card, nothing more

CdTgr commented 1 year ago

@Iscrimou I don't see any issues with the styles, could you please provide a minimum reproducible code?

Iscrimou commented 1 year ago

The problem looks run in dev mode, after I build my application these break disappear