Commit a3564c5c authored by Dave Pisek's avatar Dave Pisek

Fix projects-by-security-status widget for Safari

* Makes sure that the projects by security status widget
  renders correctly in Safari < 14
parent bacd8c9d
......@@ -166,7 +166,7 @@ export default {
:accordion-id="accordionId"
:disabled="shouldAccordionItemBeDisabled(severityGroup)"
:max-height="$options.accordionItemsContentMaxHeight"
class="gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
class="gl-display-flex gl-flex-grow-1 gl-flex-direction-column gl-justify-content-center"
>
<template #title="{ isExpanded, isDisabled }">
<h5
......
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