Browse Source

chore(gui-v2): replace deep selector with non-deprecated version

pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
8e1ce46f42
  1. 5
      packages/nc-gui-v2/components/general/Language.vue

5
packages/nc-gui-v2/components/general/Language.vue

@ -59,14 +59,13 @@ onMounted(() => {
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
::v-deep { :deep(.nc-language-list) {
.nc-language-list {
min-width: 200px; min-width: 200px;
max-height: 90vh; max-height: 90vh;
overflow: auto; overflow: auto;
.v-list-item { .v-list-item {
min-height: 30px !important; min-height: 30px !important;
} }
} }
}
</style> </style>

Loading…
Cancel
Save