Fix alignment for indeterminate marker in dropdowns
This commit is contained in:
parent
5a2acfe036
commit
56e6dab01a
2 changed files with 6 additions and 0 deletions
|
@ -838,6 +838,7 @@
|
|||
a {
|
||||
padding: 8px 40px;
|
||||
|
||||
&.is-indeterminate::before,
|
||||
&.is-active::before {
|
||||
left: 16px;
|
||||
}
|
||||
|
|
5
changelogs/unreleased/winh-indeterminate-dropdown.yml
Normal file
5
changelogs/unreleased/winh-indeterminate-dropdown.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix alignment for indeterminate marker in dropdowns
|
||||
merge_request: 14809
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue