style fix
This commit is contained in:
parent
100b2f9240
commit
7f1256f37d
2 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
<h5 class="text-center mb-4">{{ModalHeadline}}</h5>
|
<h5 class="text-center mb-4">{{ModalHeadline}}</h5>
|
||||||
<div>
|
<div>
|
||||||
<div class="mb-4" v-html="ModalBodyText"></div>
|
<div class="mb-4" v-html="ModalBodyText"></div>
|
||||||
<a
|
<a
|
||||||
|
class="modal-text"
|
||||||
v-if="showSteeringLink"
|
v-if="showSteeringLink"
|
||||||
v-html="ModalSubBodyText"
|
v-html="ModalSubBodyText"
|
||||||
@click="openSteeringModal">
|
@click="openSteeringModal">
|
||||||
|
|
|
||||||
|
|
@ -320,9 +320,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.my-2 {
|
|
||||||
margin-bottom: 0rem !important;
|
|
||||||
}
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||||
#welcomeFooter {
|
#welcomeFooter {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue