Commit 9e3bc6b6 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo Committed by Andrew Fontaine

Make DAG annotations stick

parent b7510d7a
...@@ -29,9 +29,9 @@ export default { ...@@ -29,9 +29,9 @@ export default {
return [ return [
'gl-display-flex', 'gl-display-flex',
'gl-flex-direction-column', 'gl-flex-direction-column',
'gl-absolute', 'gl-fixed',
'gl-right-1', 'gl-right-1',
'gl-top-0', 'gl-top-66vh',
'gl-w-max-content', 'gl-w-max-content',
'gl-px-5', 'gl-px-5',
'gl-py-4', 'gl-py-4',
......
...@@ -109,3 +109,7 @@ ...@@ -109,3 +109,7 @@
.gl-transition-property-stroke { .gl-transition-property-stroke {
transition-property: stroke; transition-property: stroke;
} }
.gl-top-66vh {
top: 66vh;
}
---
title: Make DAG annotations stick
merge_request: 37068
author:
type: changed
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