UI bug fixes
This commit is contained in:
parent
01413468c4
commit
06e10d42f9
@ -348,6 +348,12 @@ details .down-arrow {
|
||||
margin-inline: 1.5rem;
|
||||
}
|
||||
|
||||
.wrap-around {
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
sm-chips {
|
||||
--gap: 0.3rem;
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -334,6 +334,11 @@ details {
|
||||
.margin-inline-1-5 {
|
||||
margin-inline: 1.5rem;
|
||||
}
|
||||
.wrap-around {
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
sm-chips {
|
||||
--gap: 0.3rem;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
<theme-toggle></theme-toggle>
|
||||
</header>
|
||||
<section id="kyc_section" class="grid gap-1-5">
|
||||
<div class="flex align-center space-between gap-1">
|
||||
<div class="flex flex-wrap align-center space-between gap-1">
|
||||
<h2>
|
||||
KYC Management
|
||||
</h2>
|
||||
@ -247,8 +247,8 @@
|
||||
<label class="flex align-center">
|
||||
<input type="checkbox" value=${btcID}/>
|
||||
<div class="grid gap-0-3">
|
||||
<span>BTC: ${btcID}</span>
|
||||
<span>FLO: ${floID}</span>
|
||||
<span class="wrap-around">BTC: ${btcID}</span>
|
||||
<span class="wrap-around">FLO: ${floID}</span>
|
||||
</div>
|
||||
</label>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user