Fix element widths

This commit is contained in:
Cohee 2023-10-17 13:09:46 +03:00
parent 59af85ce1c
commit e8dd2e2b4d
2 changed files with 2 additions and 1 deletions

View File

@ -2749,8 +2749,8 @@
Alert On Overflow
</small>
</label>
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
</div>
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
</div>

View File

@ -3569,6 +3569,7 @@ a {
padding: 5px;
font-size: calc(var(--mainFontSize) * .8);
font-weight: bold;
width: max-content;
}
.onboarding {