This commit is contained in:
sheena 2023-06-08 19:56:17 +05:30
parent e40b931aea
commit 89d45bbc64
4 changed files with 5 additions and 6 deletions

View file

@ -163,7 +163,7 @@ export default {
}
.modal-footer {
border-top: none;
button {
margin: 0;
}

View file

@ -49,7 +49,7 @@ export default {
customButtontext: "",
};
},
unmounted() {
document.onkeydown = null;
},
@ -63,7 +63,7 @@ export default {
: this.getCmsContent(this.cmsWidgetName, "ForwardButtonText");
},
},
methods: {
methods: {
updateButtonText(newText) {
this.customButtontext = newText;
},

View file

@ -359,5 +359,4 @@ export default {
font-weight: 500;
color: $black;
}
</style>

View file

@ -236,7 +236,7 @@ export default {
};
</script>
<style scoped>
.text-block{
display:block;
.text-block {
display: block;
}
</style>