chore(dropdown): improved dropdown relative elements and alignment

This commit is contained in:
2026-04-16 22:37:04 +02:00
parent 91ab3ad8ab
commit 119d79b071
7 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -250,9 +250,10 @@ h3 {
.dropdown_wrapper {
max-width: 600px;
top: 2.5em;
}
@include responsive.smallScreen{
@include responsive.smallScreen {
.no-data {
text-align: center;
}