Commit 06cc6547 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes broken modal for security reports after BS4 upgrade

parent 3f21afbb
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
</div> </div>
<div class="row prepend-top-20 append-bottom-10"> <div class="row prepend-top-20 append-bottom-10">
<div class="col-sm-10 col-sm-offset-2 text-secondary"> <div class="col-sm-10 offset-sm-2 text-secondary">
<template v-if="hasDismissedBy"> <template v-if="hasDismissedBy">
{{ s__('ciReport|Dismissed by') }} {{ s__('ciReport|Dismissed by') }}
<a <a
......
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
.modal-security-report-dast { .modal-security-report-dast {
.modal-dialog { .modal-dialog {
width: $modal-lg; width: $modal-lg;
max-width: $modal-lg;
} }
// TODO remove this when gl_modal support not rendering the footer // TODO remove this when gl_modal support not rendering the footer
.modal-footer { .modal-footer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment