fix registration reason

This commit is contained in:
Henry Jameson 2026-06-30 03:37:56 +03:00
commit cc59444011
2 changed files with 17 additions and 1 deletions

View file

@ -54,7 +54,8 @@
<style lang="scss">
.basic-user-card {
display: flex;
flex: 1 0;
flex: 1 1 10em;
min-width: 1em;
margin: 0;
line-height: 1.25;

View file

@ -1,4 +1,19 @@
.AdminUserCard {
details {
white-space: normal;
summary {
font-weight: bold;
}
span {
display: block;
max-height: 6.5em;
overflow-y: auto;
resize: vertical;
}
}
.right-side {
align-items: baseline;
justify-content: end;