fix: RTL issue for basic filter dropdown (#7118)

This commit is contained in:
Sivin Varghese 2023-05-18 15:06:18 +05:30 committed by GitHub
parent 6382707146
commit aea9470b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,12 @@
}
}
// Basic filter dropdown
.basic-filter {
left: 0;
right: unset;
}
// Card label
.label-container {
.label {