fix(editor): Vue3 - Fix modal positioning and multi-select tag sizing (#6783)

*  Updating modals positioning within the overlay
* 💄 Implemented multi-select variant with small tabs
* ✔️ Removing password link clicks while modal is open in e2e tests
* Set generous timeout for $paramter resolve
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
---------
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
Milorad FIlipović
2023-07-28 17:57:25 +02:00
committed by GitHub
parent 30484a0615
commit 4e491b754f
8 changed files with 32 additions and 7 deletions

View File

@@ -694,12 +694,10 @@ export default defineComponent({
</script>
<style lang="scss">
.el-overlay-dialog {
padding-top: var(--spacing-2xs);
}
.ndv-wrapper {
overflow: visible;
padding-top: var(--spacing-2xs);
margin-top: 0;
}
.data-display-wrapper {