Fix: Dropdown width issue fixes by using fit-content (#2048)

* Dropdown width issue fixes by using fit-content

* Review fixes

* Review fixes

* Review fixes

* Review fixes

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Sivin Varghese
2021-04-08 19:42:38 +05:30
committed by GitHub
parent 28fb6469a3
commit 98f4a2f6f3
5 changed files with 12 additions and 3 deletions

View File

@@ -80,3 +80,8 @@ export default {
},
};
</script>
<style lang="scss" scoped>
.dropdown-pane {
right: 0;
}
</style>