fix registration reason
This commit is contained in:
parent
6fad724420
commit
cc59444011
2 changed files with 17 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue