Skip to content
Snippets Groups Projects
Unverified Commit 3918550b authored by Peter Hegman's avatar Peter Hegman :basketball: Committed by GitLab
Browse files

Merge branch 'Fix-example-code-for-replacing-css-with-util-classes' into 'master'

Fix example code for replacing css with util classes

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168209



Merged-by: default avatarPeter Hegman <phegman@gitlab.com>
Approved-by: default avatarVanessa Otto <votto@gitlab.com>
Approved-by: default avatarPeter Hegman <phegman@gitlab.com>
Reviewed-by: default avatarVanessa Otto <votto@gitlab.com>
Co-authored-by: default avatarJames Rushford <jrushford@gitlab.com>
parents a53e72d5 c6103e44
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -222,7 +222,7 @@ In the following example, you add the utility classes `gl-fixed` and `gl-inset-x
<style>
.my-class {
top: $header-height;
z-index: 999;
min-height: $comparison-empty-state-height;
position: fixed;
left: 0px;
right: 0px;
Loading
Loading
@@ -235,7 +235,7 @@ In the following example, you add the utility classes `gl-fixed` and `gl-inset-x
<style>
.my-class {
top: $header-height;
z-index: 999;
min-height: $comparison-empty-state-height;
}
</style>
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment