correct padding around alert

This commit is contained in:
Kroell 2023-04-05 11:07:47 -04:00
parent 6544078f99
commit a05a4ac1d3
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="px-5">
<div>
<alert
ref="differentVehicleAlert"
v-if="displayMatchedDifferentVehicleAlert"

View file

@ -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;