You've already forked AstralRinth
forked from didirus/AstralRinth
Fixed lack of space around verffication name in ConfirmModal (#3258)
Signed-off-by: Jakob <minenash@protonmail.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<label v-if="hasToType" for="confirmation" class="confirmation-label">
|
<label v-if="hasToType" for="confirmation" class="confirmation-label">
|
||||||
<span>
|
<span>
|
||||||
<strong>To verify, type</strong>
|
<strong>To verify, type</strong>
|
||||||
<em class="confirmation-text">{{ confirmationText }}</em>
|
<em class="confirmation-text"> {{ confirmationText }} </em>
|
||||||
<strong>below:</strong>
|
<strong>below:</strong>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user