correct padding around alert
This commit is contained in:
parent
6544078f99
commit
a05a4ac1d3
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="px-5">
|
<div>
|
||||||
<alert
|
<alert
|
||||||
ref="differentVehicleAlert"
|
ref="differentVehicleAlert"
|
||||||
v-if="displayMatchedDifferentVehicleAlert"
|
v-if="displayMatchedDifferentVehicleAlert"
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,7 @@ export default {
|
||||||
#multiple-vehicles-alert p {
|
#multiple-vehicles-alert p {
|
||||||
margin-bottom: 0 !important; // Overrides extra margin-bottom on alert body text
|
margin-bottom: 0 !important; // Overrides extra margin-bottom on alert body text
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow-scroll {
|
.overflow-scroll {
|
||||||
height: calc(100% - 180px);
|
height: calc(100% - 180px);
|
||||||
overflow-X: hidden !important;
|
overflow-X: hidden !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue