mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user