Commit f7859e29 authored by Martin Wortschack's avatar Martin Wortschack

Fix broken snapshot

parent dbdd88a7
...@@ -5,7 +5,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = ` ...@@ -5,7 +5,7 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
class="d-flex align-items-center" class="d-flex align-items-center"
> >
<div <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 <svg
class="gl-icon s16" class="gl-icon s16"
...@@ -75,7 +75,9 @@ exports[`Event Item with action buttons renders the action buttons 1`] = ` ...@@ -75,7 +75,9 @@ exports[`Event Item with action buttons renders the action buttons 1`] = `
</div> </div>
<div> <div
class="gl-flex-shrink-0 gl-align-self-start"
>
<button <button
class="btn px-1 btn-transparent btn-md" class="btn px-1 btn-transparent btn-md"
title="Foo Action" 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