Commit 9ca664c7 authored by Alexander Turinske's avatar Alexander Turinske

Remove classes that are now in gitlab-ui

- gl-md-whitespace-nowrap
- gl-md-max-w-26
parent ad7c945e
......@@ -92,16 +92,3 @@ $selection-summary-with-error-height: 118px;
@include sticky-top-positioning($security-filter-height + $selection-summary-with-error-height);
}
}
// TODO: move to gitlab-ui with https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2740
.gl-md-max-w-26 {
@include media-breakpoint-up(md) {
max-width: 26 * px-to-rem(8px);
}
}
.gl-md-white-space-nowrap {
@include media-breakpoint-up(md) {
white-space: nowrap;
}
}
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