fix CSS of grantee list in token generate window
This commit is contained in:
parent
62e3a881f9
commit
308bb2639b
1 changed files with 5 additions and 0 deletions
|
|
@ -246,6 +246,11 @@ function removeGrantee(index: number) {
|
||||||
.grantee {
|
.grantee {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: flex-start;
|
||||||
gap: var(--MI-marginHalf);
|
gap: var(--MI-marginHalf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grantee > :first-child {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue