Fix alignment for indeterminate marker in dropdowns

This commit is contained in:
Winnie Hellmann 2017-10-11 12:08:34 +02:00
parent 5a2acfe036
commit 56e6dab01a
2 changed files with 6 additions and 0 deletions

View file

@ -838,6 +838,7 @@
a {
padding: 8px 40px;
&.is-indeterminate::before,
&.is-active::before {
left: 16px;
}

View file

@ -0,0 +1,5 @@
---
title: Fix alignment for indeterminate marker in dropdowns
merge_request: 14809
author:
type: fixed