QBtnToggle Display Not Consistent In Mozilla Firefox vs Google Chrome
-
Good day. I am currently using
QBtnToggle
and found out that the display ofQBtnToggle
between Mozilla Firefox and Google Chrome seems different. Is this expected to happen or is there some workaround to make the display the same on different browsers? The following are screenshots from the aforementioned Web browsers. Thanks in advance.Google Chrome:
Mozilla Firefox:
And here’s the code snippet:
<q-btn-toggle size="xs" class="float-right" v-model="model" toggle-color="primary" @input="handleInput" :options="[ {label: 'User', value: 'user'}, {label: 'Company', value: 'company'}, {label: 'Default', value: 'default'}, {label: '', value: 'settings', icon:'settings'} ]" />