Skip to content

Commit

Permalink
Fix EN large font NPC option multiline text
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <[email protected]>
  • Loading branch information
shc261392 committed Oct 15, 2020
1 parent 1d337e1 commit 799d55f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,13 @@ ion-card-content {
}

.alert-wrapper {
width: 100% !important;
width: 90% !important;
height: 80% !important;
max-width: 100% !important;
}

.alert-radio-button {
height: 101px !important;
height: 110px !important;
}

.alert-radio-group {
Expand Down

0 comments on commit 799d55f

Please sign in to comment.