Skip to content

Commit a6a9f10

Browse files
BNohutCdTgr
authored andcommitted
Mdi Icon Set Bug Fixed
1 parent e88b31b commit a6a9f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/component/CountrySelection.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default defineComponent({
115115
});
116116
</script>
117117

118-
<style lang="scss">
118+
<style lang="scss" scoped>
119119
@import '../styles/flags';
120120
.v3-q-tel-input--country {
121121
.q-field__control {
@@ -134,4 +134,7 @@ export default defineComponent({
134134
left: 0 !important;
135135
right: 0 !important;
136136
}
137+
.mdi-border-bottom::before {
138+
content: ""
139+
}
137140
</style>

0 commit comments

Comments
 (0)