File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ const getStoragePercentageClass = (percentage: number) => {
4545 <FontAwesomeIcon :icon =" faAt" class =" user-details-icon p-2" />
4646 <span
4747 id =" user-preferences-current-email"
48- class =" word-wrap-break"
4948 v-b-tooltip.hover.noninteractive
49+ class =" word-wrap-break"
5050 title =" Your email address" >
5151 {{ userEmail }}
5252 </span >
Original file line number Diff line number Diff line change 4444 overflow-y : auto !important ;
4545}
4646
47- // utility class to set word wrap to normal
48- .word-wrap-normal {
49- word-wrap : normal ;
50- }
51-
47+ // utility class to wrap words or break if necessary
5248.word-wrap-break {
5349 overflow-wrap : break-word ;
5450 white-space : normal ;
5551 word-break : break-word ;
5652}
5753
54+ // utility class to set word wrap to normal
55+ .word-wrap-normal {
56+ word-wrap : normal ;
57+ }
58+
5859// utility class to set white space wrapping to normal
5960.white-space-normal {
6061 white-space : normal ;
You can’t perform that action at this time.
0 commit comments