Merge pull request #1381 from Safelite/CSR-1594-modal-height-button-fix
CSR-1594 modal height and button position fix.
This commit is contained in:
commit
357f393433
2 changed files with 13 additions and 7 deletions
|
|
@ -305,13 +305,15 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vehicle-damage {
|
.vehicle-damage {
|
||||||
@include media-breakpoint-up(md) {
|
.button-question {
|
||||||
.col-12 {
|
@include media-breakpoint-up(md) {
|
||||||
width: 66.66666667%;
|
.col-12 {
|
||||||
}
|
width: 66.66666667%;
|
||||||
.col {
|
}
|
||||||
width: 33.3333333%;
|
.col {
|
||||||
flex: 0 0 auto;
|
width: 33.3333333%;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -180,12 +180,16 @@ export default {
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
flex: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.modal-dialog-centered {
|
&.modal-dialog-centered {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
align-items: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue