fix: broken contenteditable support in macOS
This commit is contained in:
@@ -464,7 +464,14 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<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 font-medium;
|
||||
|
||||
@@ -481,11 +488,6 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
.env-input-container {
|
||||
@apply inline-grid;
|
||||
@apply flex-1;
|
||||
}
|
||||
|
||||
.env-input {
|
||||
@apply flex;
|
||||
@apply items-center;
|
||||
|
||||
Reference in New Issue
Block a user