Commit fd27d412 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mw-fix-broken-master' into 'master'

Fix broken snapshot

Closes #241682

See merge request gitlab-org/gitlab!40577
parents 14582155 f7859e29
......@@ -5,7 +5,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
class="d-flex align-items-center"
>
<div
class="circle-icon-container ci-status-icon-success"
class="circle-icon-container gl-flex-shrink-0 gl-align-self-start ci-status-icon-success"
>
<svg
class="gl-icon s16"
......@@ -75,7 +75,9 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
</div>
<div>
<div
class="gl-flex-shrink-0 gl-align-self-start"
>
<button
class="btn px-1 btn-transparent btn-md"
title="Foo Action"
......
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