Remove empty state button margin on small viewports
This commit is contained in:
parent
47e6df1bca
commit
5abba8bf1c
2 changed files with 2 additions and 1 deletions
|
@ -348,6 +348,7 @@
|
||||||
|
|
||||||
@include media-breakpoint-down(xs) {
|
@include media-breakpoint-down(xs) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: $btn-side-margin 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: George Tsiolis Update project and group labels empty state
|
title: Update project and group labels empty state
|
||||||
merge_request: 22745
|
merge_request: 22745
|
||||||
author: George Tsiolis
|
author: George Tsiolis
|
||||||
type: changed
|
type: changed
|
||||||
|
|
Loading…
Reference in a new issue