Commit ff7c8d34 authored by Clement Ho's avatar Clement Ho

Merge branch '22959-remove-map-get-grid-breakpoints-xs-for-max-width' into 'master'

Remove map-get($grid-breakpoints, xs) for max-width

Closes #22959

See merge request gitlab-org/gitlab!17420
parents fd160a2c 19d3a5c7
......@@ -245,14 +245,6 @@ $note-form-margin-left: 72px;
}
}
.note-header {
@include notes-media('max', map-get($grid-breakpoints, xs)) {
.inline {
display: block;
}
}
}
.note-emoji-button {
position: relative;
line-height: 1;
......@@ -635,10 +627,6 @@ $note-form-margin-left: 72px;
.note-headline-light {
display: inline;
@include notes-media('max', map-get($grid-breakpoints, xs)) {
display: block;
}
}
.note-headline-light,
......
---
title: Remove map-get($grid-breakpoints, xs) for max-width
merge_request: 17420
author: Takuya Noguchi
type: other
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