Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 37a814f

Browse files
committedFeb 3, 2016
Merge pull request #708 from Colinh84/Colinh84-issue_676
fixed text-overrun issues in IE11 - issue 676
2 parents 607e14b + 8ef5f32 commit 37a814f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎assets/css/my-dashboard/srms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
color: $gray-darkest;
109109
text-transform: uppercase;
110110
white-space: normal;
111+
max-width: 100%;
111112
}
112113

113114
a {

‎assets/css/vendors/introjs.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
line-height: 24px;
2727
margin-top: 20px;
2828
text-align: center;
29+
max-width: 100%;
2930
}
3031
img {
3132
display: none;
@@ -36,6 +37,7 @@
3637
}
3738
p {
3839
margin-top: 20px;
40+
max-width: 100%;
3941
}
4042
}
4143

0 commit comments

Comments
 (0)
This repository has been archived.