mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
fix: word display issue on QR code page
This commit is contained in:
parent
3340b5d29f
commit
0ed071ed1f
2 changed files with 3 additions and 6 deletions
1
android/.idea/misc.xml
generated
1
android/.idea/misc.xml
generated
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
|
|
|
@ -28,13 +28,11 @@
|
|||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row class="pt-3 px-4" style="width: 100%;">
|
||||
<ion-item class="ion-no-padding" lines="none" [color]="color">
|
||||
<ion-item class="ion-no-padding" lines="none" [color]="color" style="width: 100%;">
|
||||
<ion-label>
|
||||
<p class="ion-padding-horizontal">
|
||||
<ion-text [color]="env.colorTheme === 'light'? 'dark' : 'light'"
|
||||
style="white-space: normal; font-size: large;">
|
||||
<div [innerHTML]="('ERROR_CORRECTION_LEVEL' | translate)">
|
||||
</div>
|
||||
<ion-text [color]="env.colorTheme === 'light'? 'dark' : 'light'" style="font-size: large;">
|
||||
{{ 'ERROR_CORRECTION_LEVEL' | translate }}
|
||||
</ion-text>
|
||||
</p>
|
||||
</ion-label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue