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">
|
<style lang="scss">
|
||||||
.basic-user-card {
|
.basic-user-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 0;
|
flex: 1 1 10em;
|
||||||
|
min-width: 1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,19 @@
|
||||||
.AdminUserCard {
|
.AdminUserCard {
|
||||||
|
details {
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
|
summary {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
display: block;
|
||||||
|
max-height: 6.5em;
|
||||||
|
overflow-y: auto;
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.right-side {
|
.right-side {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue