[ACA-4609] Fix regression checkbox list shown horizontally (#7813)

* [ACA-4609] Fix regression checkbox list shown horizontally

* Change class name to element name
This commit is contained in:
Thomas Hunter 2022-09-06 11:33:19 +01:00 committed by GitHub
parent 8e9cb07cde
commit 47e62c1133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
.adf-search-check-list {
.adf-search-check-list > div {
display: flex;
flex-direction: column;