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>
|
||||
<div class="px-5">
|
||||
<div>
|
||||
<alert
|
||||
ref="differentVehicleAlert"
|
||||
v-if="displayMatchedDifferentVehicleAlert"
|
||||
|
|
|
|||
|
|
@ -290,6 +290,7 @@ export default {
|
|||
#multiple-vehicles-alert p {
|
||||
margin-bottom: 0 !important; // Overrides extra margin-bottom on alert body text
|
||||
}
|
||||
|
||||
.overflow-scroll {
|
||||
height: calc(100% - 180px);
|
||||
overflow-X: hidden !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue