Commit 9f451495 authored by Axel García's avatar Axel García Committed by Miguel Rincon

Temporarily add utility until fixed on GitLab UI

Related issue:
https://gitlab.com/gitlab-org/gitlab-ui/-/issues/871
parent 475f16d6
...@@ -113,3 +113,11 @@ ...@@ -113,3 +113,11 @@
.gl-top-66vh { .gl-top-66vh {
top: 66vh; top: 66vh;
} }
// Remove when https://gitlab.com/gitlab-org/gitlab-ui/-/issues/871
// gets fixed on GitLab UI
.gl-sm-w-auto\! {
@media (min-width: $breakpoint-sm) {
width: auto !important;
}
}
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