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

View File

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