Skip to content

Commit cc2b092

Browse files
committed
chore: revert text-wrap changes globally
1 parent 0a5663c commit cc2b092

File tree

4 files changed

+30
-8
lines changed

4 files changed

+30
-8
lines changed

src/components/modals/AssetTransferModal.vue

+10
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,16 @@ export default defineComponent({
499499

500500
<style scoped lang="scss">
501501
.asset-transfer-modal {
502+
h1, h2, h3, h4, h5, h6 {
503+
text-wrap: pretty;
504+
width: max-content;
505+
}
506+
507+
p, li {
508+
text-wrap: balance;
509+
width: max-content;
510+
}
511+
502512
.loading-wrapper {
503513
display: grid;
504514
place-content: center;

src/components/modals/SinpeMovilInfoModal.vue

+10
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ export default defineComponent({
7878
</script>
7979

8080
<style lang="scss" scoped>
81+
h1, h2, h3, h4, h5, h6 {
82+
text-wrap: pretty;
83+
width: max-content;
84+
}
85+
86+
p, li {
87+
text-wrap: balance;
88+
width: max-content;
89+
}
90+
8191
.page-body {
8292
padding: 0;
8393
}

src/components/modals/SinpeMovilMobileVerificationModal.vue

+10
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,16 @@ export default defineComponent({
504504

505505
<style lang="scss" scoped>
506506
.sinpe-movil-modal {
507+
h1, h2, h3, h4, h5, h6 {
508+
text-wrap: pretty;
509+
width: max-content;
510+
}
511+
512+
p, li {
513+
text-wrap: balance;
514+
width: max-content;
515+
}
516+
507517
.page-header-back-button {
508518
font-size: 3rem;
509519
position: absolute;

src/scss/themes.scss

-8
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,3 @@ button.reset:disabled {
205205
line-height: unset;
206206
}
207207
}
208-
209-
h1, h2, h3, h4, h5, h6 {
210-
text-wrap: pretty;
211-
}
212-
213-
p, li {
214-
text-wrap: balance;
215-
}

0 commit comments

Comments
 (0)