fix: overflow of aggregates filter in console, add missing aggregates translations, update yarn lock (#7712)

* fix: overflow of aggregates filter, missing aggregates translations

* rm duplicate line

* missing i18n

* reset account card
This commit is contained in:
Max Peintner
2024-04-10 19:07:59 +02:00
committed by GitHub
parent 2061d1acdc
commit e2f0cd034a
15 changed files with 131 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
flex-direction: column;
padding: 0.5rem 0;
min-width: 360px;
max-width: 360px;
max-width: 450px;
padding-bottom: 0.5rem;
position: relative;
color: map-get($foreground, text);
@@ -82,7 +82,7 @@
}
.aggregate-type-select {
min-width: 100px;
min-width: 250px;
margin-right: 0.5rem;
}