chore: move positioning css
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-04-14 16:03:12 +02:00
parent fecc72fdcb
commit 0b1d33275a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 6 additions and 2 deletions

View File

@ -240,3 +240,9 @@ defineExpose({
text-overflow: ellipsis;
}
</style>
<style>
button.show-helper-text {
right: 0;
}
</style>

View File

@ -114,9 +114,7 @@ const prefixes = computed(() => PREFIXES[mode.value])
<style lang="scss" scoped>
.show-helper-text {
right: 0;
pointer-events: auto !important;
}
.is-highlighted {