fix: broken contenteditable support in macOS
This commit is contained in:
@@ -464,7 +464,14 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
[contenteditable="true"] {
|
.env-input-container {
|
||||||
|
@apply relative;
|
||||||
|
@apply inline-grid;
|
||||||
|
@apply flex-1;
|
||||||
|
}
|
||||||
|
|
||||||
|
[contenteditable] {
|
||||||
|
@apply select-text;
|
||||||
@apply text-secondaryDark;
|
@apply text-secondaryDark;
|
||||||
@apply font-medium;
|
@apply font-medium;
|
||||||
|
|
||||||
@@ -481,11 +488,6 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.env-input-container {
|
|
||||||
@apply inline-grid;
|
|
||||||
@apply flex-1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.env-input {
|
.env-input {
|
||||||
@apply flex;
|
@apply flex;
|
||||||
@apply items-center;
|
@apply items-center;
|
||||||
|
|||||||
Reference in New Issue
Block a user