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>
|
||||
<div>
|
||||
<div class="mb-4" v-html="ModalBodyText"></div>
|
||||
<a
|
||||
<a
|
||||
class="modal-text"
|
||||
v-if="showSteeringLink"
|
||||
v-html="ModalSubBodyText"
|
||||
@click="openSteeringModal">
|
||||
|
|
|
|||
|
|
@ -320,9 +320,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.my-2 {
|
||||
margin-bottom: 0rem !important;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||
#welcomeFooter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue