Commit e7af8be3 authored by samdbeckham's avatar samdbeckham

Stops the expand button in reports from expanding

parent 47fe9772
...@@ -179,7 +179,7 @@ export default { ...@@ -179,7 +179,7 @@ export default {
<button <button
v-if="isCollapsible" v-if="isCollapsible"
type="button" type="button"
class="js-collapse-btn btn float-right btn-sm qa-expand-report-button" class="js-collapse-btn btn float-right btn-sm align-self-start qa-expand-report-button"
@click="toggleCollapsed" @click="toggleCollapsed"
> >
{{ collapseText }} {{ collapseText }}
......
---
title: Stops the expand button in reports from expanding
merge_request: 18064
author:
type: fixed
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