Commit 43dcd3e4 authored by Clement Ho's avatar Clement Ho

Merge branch 'stop-the-expand-button-expanding' into 'master'

Stops the expand button in reports from expanding

See merge request gitlab-org/gitlab!18064
parents 7f9c8d91 e7af8be3
......@@ -179,7 +179,7 @@ export default {
<button
v-if="isCollapsible"
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"
>
{{ 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