@transferwise/neptune-css 0.0.0-experimental-9b75d3c → 0.0.0-experimental-7ee4ade

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,6 +59,7 @@
59
59
  line-height: 1.2;
60
60
  line-height: var(--line-height-title);
61
61
  letter-spacing: 0;
62
+ word-wrap: break-word;
62
63
  font-size: 1.125rem;
63
64
  font-size: var(--font-size-18);
64
65
  font-weight: 600;
@@ -107,9 +108,38 @@
107
108
  letter-spacing: -0.006em;
108
109
  font-weight: 400;
109
110
  font-weight: var(--font-weight-regular);
111
+ word-wrap: break-word;
110
112
  margin-block-start: 4px;
111
113
  margin-block-start: var(--size-4);
112
114
  }
115
+ @supports (hyphenate-limit-chars: 1) {
116
+ .decision__content {
117
+ hyphens: auto;
118
+ hyphenate-limit-chars: 7 3;
119
+ }
120
+ @media (min-width: 840px) {
121
+ .decision__content {
122
+ hyphenate-limit-chars: 8 3;
123
+ }
124
+ }
125
+ @media (min-width: 1160px) {
126
+ .decision__content {
127
+ hyphenate-limit-chars: 10 4 3;
128
+ }
129
+ }
130
+ }
131
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
132
+ .decision__content {
133
+ hyphens: auto;
134
+ -webkit-hyphenate-limit-before: 3;
135
+ -webkit-hyphenate-limit-after: 3;
136
+ }
137
+ @media (min-width: 1160px) {
138
+ .decision__content {
139
+ -webkit-hyphenate-limit-before: 4;
140
+ }
141
+ }
142
+ }
113
143
  .decision + .decision {
114
144
  margin-block-start: -1px;
115
145
  }
@@ -352,6 +352,35 @@
352
352
  letter-spacing: -0.006em;
353
353
  font-weight: 400;
354
354
  font-weight: var(--font-weight-regular);
355
+ word-wrap: break-word;
355
356
  color: #5d7079;
356
357
  color: var(--color-content-secondary);
357
358
  }
359
+ @supports (hyphenate-limit-chars: 1) {
360
+ .btn-group .secondary {
361
+ hyphens: auto;
362
+ hyphenate-limit-chars: 7 3;
363
+ }
364
+ @media (min-width: 840px) {
365
+ .btn-group .secondary {
366
+ hyphenate-limit-chars: 8 3;
367
+ }
368
+ }
369
+ @media (min-width: 1160px) {
370
+ .btn-group .secondary {
371
+ hyphenate-limit-chars: 10 4 3;
372
+ }
373
+ }
374
+ }
375
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
376
+ .btn-group .secondary {
377
+ hyphens: auto;
378
+ -webkit-hyphenate-limit-before: 3;
379
+ -webkit-hyphenate-limit-after: 3;
380
+ }
381
+ @media (min-width: 1160px) {
382
+ .btn-group .secondary {
383
+ -webkit-hyphenate-limit-before: 4;
384
+ }
385
+ }
386
+ }
@@ -4,6 +4,7 @@
4
4
  .btn {
5
5
  line-height: 150%;
6
6
  letter-spacing: -0.011em;
7
+ word-wrap: break-word;
7
8
  display: inline-block;
8
9
  margin-block-end: 0;
9
10
  text-align: center;
@@ -27,6 +28,34 @@
27
28
  -moz-user-select: none;
28
29
  user-select: none;
29
30
  }
31
+ @supports (hyphenate-limit-chars: 1) {
32
+ .btn {
33
+ hyphens: auto;
34
+ hyphenate-limit-chars: 7 3;
35
+ }
36
+ @media (min-width: 840px) {
37
+ .btn {
38
+ hyphenate-limit-chars: 8 3;
39
+ }
40
+ }
41
+ @media (min-width: 1160px) {
42
+ .btn {
43
+ hyphenate-limit-chars: 10 4 3;
44
+ }
45
+ }
46
+ }
47
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
48
+ .btn {
49
+ hyphens: auto;
50
+ -webkit-hyphenate-limit-before: 3;
51
+ -webkit-hyphenate-limit-after: 3;
52
+ }
53
+ @media (min-width: 1160px) {
54
+ .btn {
55
+ -webkit-hyphenate-limit-before: 4;
56
+ }
57
+ }
58
+ }
30
59
  .btn .dropdown-menu > li > a {
31
60
  font-size: 1rem;
32
61
  font-size: var(--font-size-16);
@@ -21,6 +21,7 @@
21
21
  line-height: 1.2;
22
22
  line-height: var(--line-height-title);
23
23
  letter-spacing: 0;
24
+ word-wrap: break-word;
24
25
  font-size: 1.125rem;
25
26
  font-size: var(--font-size-18);
26
27
  font-weight: 600;
@@ -69,9 +70,38 @@
69
70
  letter-spacing: -0.006em;
70
71
  font-weight: 400;
71
72
  font-weight: var(--font-weight-regular);
73
+ word-wrap: break-word;
72
74
  margin-block-start: 4px;
73
75
  margin-block-start: var(--size-4);
74
76
  }
77
+ @supports (hyphenate-limit-chars: 1) {
78
+ .decision__content {
79
+ hyphens: auto;
80
+ hyphenate-limit-chars: 7 3;
81
+ }
82
+ @media (min-width: 840px) {
83
+ .decision__content {
84
+ hyphenate-limit-chars: 8 3;
85
+ }
86
+ }
87
+ @media (min-width: 1160px) {
88
+ .decision__content {
89
+ hyphenate-limit-chars: 10 4 3;
90
+ }
91
+ }
92
+ }
93
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
94
+ .decision__content {
95
+ hyphens: auto;
96
+ -webkit-hyphenate-limit-before: 3;
97
+ -webkit-hyphenate-limit-after: 3;
98
+ }
99
+ @media (min-width: 1160px) {
100
+ .decision__content {
101
+ -webkit-hyphenate-limit-before: 4;
102
+ }
103
+ }
104
+ }
75
105
  .decision + .decision {
76
106
  margin-block-start: -1px;
77
107
  }
@@ -17,6 +17,7 @@
17
17
  letter-spacing: -0.006em;
18
18
  font-weight: 400;
19
19
  font-weight: var(--font-weight-regular);
20
+ word-wrap: break-word;
20
21
  text-align: start;
21
22
  background-color: #ffffff;
22
23
  background-color: var(--color-background-screen);
@@ -31,6 +32,34 @@
31
32
  transform: translateY(-10px) scale(0.95, 0.95);
32
33
  visibility: hidden;
33
34
  }
35
+ @supports (hyphenate-limit-chars: 1) {
36
+ .dropdown-menu {
37
+ hyphens: auto;
38
+ hyphenate-limit-chars: 7 3;
39
+ }
40
+ @media (min-width: 840px) {
41
+ .dropdown-menu {
42
+ hyphenate-limit-chars: 8 3;
43
+ }
44
+ }
45
+ @media (min-width: 1160px) {
46
+ .dropdown-menu {
47
+ hyphenate-limit-chars: 10 4 3;
48
+ }
49
+ }
50
+ }
51
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
52
+ .dropdown-menu {
53
+ hyphens: auto;
54
+ -webkit-hyphenate-limit-before: 3;
55
+ -webkit-hyphenate-limit-after: 3;
56
+ }
57
+ @media (min-width: 1160px) {
58
+ .dropdown-menu {
59
+ -webkit-hyphenate-limit-before: 4;
60
+ }
61
+ }
62
+ }
34
63
  .np-theme-personal .dropdown-menu,
35
64
  .np-theme-personal--forest-green .dropdown-menu,
36
65
  .np-theme-personal--dark .dropdown-menu {
@@ -72,10 +101,39 @@
72
101
  letter-spacing: -0.006em;
73
102
  font-weight: 400;
74
103
  font-weight: var(--font-weight-regular);
104
+ word-wrap: break-word;
75
105
  color: #37517e;
76
106
  color: var(--color-content-primary);
77
107
  white-space: nowrap;
78
108
  }
109
+ @supports (hyphenate-limit-chars: 1) {
110
+ .dropdown-menu > li > a {
111
+ hyphens: auto;
112
+ hyphenate-limit-chars: 7 3;
113
+ }
114
+ @media (min-width: 840px) {
115
+ .dropdown-menu > li > a {
116
+ hyphenate-limit-chars: 8 3;
117
+ }
118
+ }
119
+ @media (min-width: 1160px) {
120
+ .dropdown-menu > li > a {
121
+ hyphenate-limit-chars: 10 4 3;
122
+ }
123
+ }
124
+ }
125
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
126
+ .dropdown-menu > li > a {
127
+ hyphens: auto;
128
+ -webkit-hyphenate-limit-before: 3;
129
+ -webkit-hyphenate-limit-after: 3;
130
+ }
131
+ @media (min-width: 1160px) {
132
+ .dropdown-menu > li > a {
133
+ -webkit-hyphenate-limit-before: 4;
134
+ }
135
+ }
136
+ }
79
137
  .dropdown-menu > li > a .secondary {
80
138
  display: block;
81
139
  white-space: normal;
@@ -250,6 +308,7 @@
250
308
  line-height: 1.2;
251
309
  line-height: var(--line-height-title);
252
310
  letter-spacing: 0;
311
+ word-wrap: break-word;
253
312
  font-weight: 500;
254
313
  font-weight: var(--font-weight-medium);
255
314
  font-size: 0.875rem;
@@ -6,6 +6,7 @@
6
6
  font-size: var(--font-size-16);
7
7
  line-height: 150%;
8
8
  letter-spacing: -0.011em;
9
+ word-wrap: break-word;
9
10
  text-align: center;
10
11
  border: 1px solid #c9cbce;
11
12
  border: 1px solid var(--color-interactive-secondary);
@@ -13,6 +14,34 @@
13
14
  overflow: auto;
14
15
  transition: border-color 0.15s linear;
15
16
  }
17
+ @supports (hyphenate-limit-chars: 1) {
18
+ .droppable {
19
+ hyphens: auto;
20
+ hyphenate-limit-chars: 7 3;
21
+ }
22
+ @media (min-width: 840px) {
23
+ .droppable {
24
+ hyphenate-limit-chars: 8 3;
25
+ }
26
+ }
27
+ @media (min-width: 1160px) {
28
+ .droppable {
29
+ hyphenate-limit-chars: 10 4 3;
30
+ }
31
+ }
32
+ }
33
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
34
+ .droppable {
35
+ hyphens: auto;
36
+ -webkit-hyphenate-limit-before: 3;
37
+ -webkit-hyphenate-limit-after: 3;
38
+ }
39
+ @media (min-width: 1160px) {
40
+ .droppable {
41
+ -webkit-hyphenate-limit-before: 4;
42
+ }
43
+ }
44
+ }
16
45
  .droppable:hover {
17
46
  border-color: #b5b7ba;
18
47
  border-color: var(--color-interactive-secondary-hover);
@@ -7,11 +7,40 @@
7
7
  letter-spacing: -0.006em;
8
8
  font-weight: 400;
9
9
  font-weight: var(--font-weight-regular);
10
+ word-wrap: break-word;
10
11
  padding-block-start: calc(8px * 10);
11
12
  padding-block-start: calc(var(--size-8) * 10);
12
13
  padding-block-end: calc(8px * 10);
13
14
  padding-block-end: calc(var(--size-8) * 10);
14
15
  }
16
+ @supports (hyphenate-limit-chars: 1) {
17
+ .footer {
18
+ hyphens: auto;
19
+ hyphenate-limit-chars: 7 3;
20
+ }
21
+ @media (min-width: 840px) {
22
+ .footer {
23
+ hyphenate-limit-chars: 8 3;
24
+ }
25
+ }
26
+ @media (min-width: 1160px) {
27
+ .footer {
28
+ hyphenate-limit-chars: 10 4 3;
29
+ }
30
+ }
31
+ }
32
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
33
+ .footer {
34
+ hyphens: auto;
35
+ -webkit-hyphenate-limit-before: 3;
36
+ -webkit-hyphenate-limit-after: 3;
37
+ }
38
+ @media (min-width: 1160px) {
39
+ .footer {
40
+ -webkit-hyphenate-limit-before: 4;
41
+ }
42
+ }
43
+ }
15
44
  @media (min-width: 600px) {
16
45
  .footer {
17
46
  padding-block-start: calc(8px * 15);
@@ -38,6 +67,40 @@
38
67
  letter-spacing: -0.006em;
39
68
  font-weight: 400;
40
69
  font-weight: var(--font-weight-regular);
70
+ word-wrap: break-word;
71
+ }
72
+ @supports (hyphenate-limit-chars: 1) {
73
+ .footer .footer-link,
74
+ .footer .link-icon {
75
+ hyphens: auto;
76
+ hyphenate-limit-chars: 7 3;
77
+ }
78
+ @media (min-width: 840px) {
79
+ .footer .footer-link,
80
+ .footer .link-icon {
81
+ hyphenate-limit-chars: 8 3;
82
+ }
83
+ }
84
+ @media (min-width: 1160px) {
85
+ .footer .footer-link,
86
+ .footer .link-icon {
87
+ hyphenate-limit-chars: 10 4 3;
88
+ }
89
+ }
90
+ }
91
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
92
+ .footer .footer-link,
93
+ .footer .link-icon {
94
+ hyphens: auto;
95
+ -webkit-hyphenate-limit-before: 3;
96
+ -webkit-hyphenate-limit-after: 3;
97
+ }
98
+ @media (min-width: 1160px) {
99
+ .footer .footer-link,
100
+ .footer .link-icon {
101
+ -webkit-hyphenate-limit-before: 4;
102
+ }
103
+ }
41
104
  }
42
105
  .footer .footer-link:hover,
43
106
  .footer .link-icon:hover,
@@ -97,6 +97,7 @@ output {
97
97
  font-size: var(--font-size-16);
98
98
  line-height: 150%;
99
99
  letter-spacing: -0.011em;
100
+ word-wrap: break-word;
100
101
  background-clip: padding-box;
101
102
  }
102
103
  select.form-control {
@@ -106,6 +107,34 @@ textarea.form-control,
106
107
  select[multiple].form-control {
107
108
  block-size: auto;
108
109
  }
110
+ @supports (hyphenate-limit-chars: 1) {
111
+ .form-control {
112
+ hyphens: auto;
113
+ hyphenate-limit-chars: 7 3;
114
+ }
115
+ @media (min-width: 840px) {
116
+ .form-control {
117
+ hyphenate-limit-chars: 8 3;
118
+ }
119
+ }
120
+ @media (min-width: 1160px) {
121
+ .form-control {
122
+ hyphenate-limit-chars: 10 4 3;
123
+ }
124
+ }
125
+ }
126
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
127
+ .form-control {
128
+ hyphens: auto;
129
+ -webkit-hyphenate-limit-before: 3;
130
+ -webkit-hyphenate-limit-after: 3;
131
+ }
132
+ @media (min-width: 1160px) {
133
+ .form-control {
134
+ -webkit-hyphenate-limit-before: 4;
135
+ }
136
+ }
137
+ }
109
138
  .form-control:not(.disabled):not(:disabled):focus {
110
139
  border-color: #0081ba;
111
140
  border-color: var(--color-interactive-accent-active);
@@ -287,6 +316,7 @@ fieldset[disabled] .checkbox label {
287
316
  letter-spacing: -0.006em;
288
317
  font-weight: 400;
289
318
  font-weight: var(--font-weight-regular);
319
+ word-wrap: break-word;
290
320
  }
291
321
  select.input-sm {
292
322
  min-block-size: 32px;
@@ -295,6 +325,34 @@ textarea.input-sm,
295
325
  select[multiple].input-sm {
296
326
  block-size: auto;
297
327
  }
328
+ @supports (hyphenate-limit-chars: 1) {
329
+ .input-sm {
330
+ hyphens: auto;
331
+ hyphenate-limit-chars: 7 3;
332
+ }
333
+ @media (min-width: 840px) {
334
+ .input-sm {
335
+ hyphenate-limit-chars: 8 3;
336
+ }
337
+ }
338
+ @media (min-width: 1160px) {
339
+ .input-sm {
340
+ hyphenate-limit-chars: 10 4 3;
341
+ }
342
+ }
343
+ }
344
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
345
+ .input-sm {
346
+ hyphens: auto;
347
+ -webkit-hyphenate-limit-before: 3;
348
+ -webkit-hyphenate-limit-after: 3;
349
+ }
350
+ @media (min-width: 1160px) {
351
+ .input-sm {
352
+ -webkit-hyphenate-limit-before: 4;
353
+ }
354
+ }
355
+ }
298
356
  .form-group-sm .form-control,
299
357
  .navbar .form-control {
300
358
  block-size: 32px;
@@ -335,6 +393,7 @@ select[multiple].input-sm {
335
393
  font-size: var(--font-size-16);
336
394
  line-height: 150%;
337
395
  letter-spacing: -0.011em;
396
+ word-wrap: break-word;
338
397
  }
339
398
  select.input-lg {
340
399
  min-block-size: var(--input-height-large);
@@ -343,6 +402,34 @@ textarea.input-lg,
343
402
  select[multiple].input-lg {
344
403
  block-size: auto;
345
404
  }
405
+ @supports (hyphenate-limit-chars: 1) {
406
+ .input-lg {
407
+ hyphens: auto;
408
+ hyphenate-limit-chars: 7 3;
409
+ }
410
+ @media (min-width: 840px) {
411
+ .input-lg {
412
+ hyphenate-limit-chars: 8 3;
413
+ }
414
+ }
415
+ @media (min-width: 1160px) {
416
+ .input-lg {
417
+ hyphenate-limit-chars: 10 4 3;
418
+ }
419
+ }
420
+ }
421
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
422
+ .input-lg {
423
+ hyphens: auto;
424
+ -webkit-hyphenate-limit-before: 3;
425
+ -webkit-hyphenate-limit-after: 3;
426
+ }
427
+ @media (min-width: 1160px) {
428
+ .input-lg {
429
+ -webkit-hyphenate-limit-before: 4;
430
+ }
431
+ }
432
+ }
346
433
  .form-group-lg {
347
434
  position: relative;
348
435
  }
@@ -1938,11 +2025,40 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
1938
2025
  font-size: var(--font-size-16);
1939
2026
  line-height: 150%;
1940
2027
  letter-spacing: -0.011em;
2028
+ word-wrap: break-word;
1941
2029
  display: block;
1942
2030
  inline-size: 100%;
1943
2031
  color: #768e9c;
1944
2032
  color: var(--color-content-tertiary);
1945
2033
  }
2034
+ @supports (hyphenate-limit-chars: 1) {
2035
+ .form-control-placeholder {
2036
+ hyphens: auto;
2037
+ hyphenate-limit-chars: 7 3;
2038
+ }
2039
+ @media (min-width: 840px) {
2040
+ .form-control-placeholder {
2041
+ hyphenate-limit-chars: 8 3;
2042
+ }
2043
+ }
2044
+ @media (min-width: 1160px) {
2045
+ .form-control-placeholder {
2046
+ hyphenate-limit-chars: 10 4 3;
2047
+ }
2048
+ }
2049
+ }
2050
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
2051
+ .form-control-placeholder {
2052
+ hyphens: auto;
2053
+ -webkit-hyphenate-limit-before: 3;
2054
+ -webkit-hyphenate-limit-after: 3;
2055
+ }
2056
+ @media (min-width: 1160px) {
2057
+ .form-control-placeholder {
2058
+ -webkit-hyphenate-limit-before: 4;
2059
+ }
2060
+ }
2061
+ }
1946
2062
  .np-theme-personal .btn-input,
1947
2063
  .np-theme-personal .input-group,
1948
2064
  .np-theme-personal .form-control,
@@ -2166,6 +2282,7 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
2166
2282
  line-height: 1.2;
2167
2283
  line-height: var(--line-height-title);
2168
2284
  letter-spacing: 0;
2285
+ word-wrap: break-word;
2169
2286
  margin-block-end: initial;
2170
2287
  font-size: 1.375rem;
2171
2288
  font-size: var(--font-size-22);
@@ -2226,6 +2343,44 @@ select[multiple].input-group-lg > .input-group-btn .btn {
2226
2343
  }
2227
2344
  }
2228
2345
  }
2346
+ @supports (hyphenate-limit-chars: 1) {
2347
+ .input-group-lg > .form-control,
2348
+ .input-group-lg > .input-group-addon,
2349
+ .input-group-lg > .input-group-btn .btn {
2350
+ hyphens: auto;
2351
+ hyphenate-limit-chars: 7 3;
2352
+ }
2353
+ @media (min-width: 840px) {
2354
+ .input-group-lg > .form-control,
2355
+ .input-group-lg > .input-group-addon,
2356
+ .input-group-lg > .input-group-btn .btn {
2357
+ hyphenate-limit-chars: 8 3;
2358
+ }
2359
+ }
2360
+ @media (min-width: 1160px) {
2361
+ .input-group-lg > .form-control,
2362
+ .input-group-lg > .input-group-addon,
2363
+ .input-group-lg > .input-group-btn .btn {
2364
+ hyphenate-limit-chars: 10 4 3;
2365
+ }
2366
+ }
2367
+ }
2368
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
2369
+ .input-group-lg > .form-control,
2370
+ .input-group-lg > .input-group-addon,
2371
+ .input-group-lg > .input-group-btn .btn {
2372
+ hyphens: auto;
2373
+ -webkit-hyphenate-limit-before: 3;
2374
+ -webkit-hyphenate-limit-after: 3;
2375
+ }
2376
+ @media (min-width: 1160px) {
2377
+ .input-group-lg > .form-control,
2378
+ .input-group-lg > .input-group-addon,
2379
+ .input-group-lg > .input-group-btn .btn {
2380
+ -webkit-hyphenate-limit-before: 4;
2381
+ }
2382
+ }
2383
+ }
2229
2384
  .input-group-lg > .form-control + p,
2230
2385
  .input-group-lg > .input-group-addon + p,
2231
2386
  .input-group-lg > .input-group-btn .btn + p,
@@ -2251,6 +2406,7 @@ select[multiple].input-group-lg > .input-group-btn .btn {
2251
2406
  letter-spacing: -0.006em;
2252
2407
  font-weight: 400;
2253
2408
  font-weight: var(--font-weight-regular);
2409
+ word-wrap: break-word;
2254
2410
  }
2255
2411
  select.input-group-sm > .form-control,
2256
2412
  select.input-group-sm > .input-group-addon {
@@ -2262,6 +2418,39 @@ select[multiple].input-group-sm > .form-control,
2262
2418
  select[multiple].input-group-sm > .input-group-addon {
2263
2419
  block-size: auto;
2264
2420
  }
2421
+ @supports (hyphenate-limit-chars: 1) {
2422
+ .input-group-sm > .form-control,
2423
+ .input-group-sm > .input-group-addon {
2424
+ hyphens: auto;
2425
+ hyphenate-limit-chars: 7 3;
2426
+ }
2427
+ @media (min-width: 840px) {
2428
+ .input-group-sm > .form-control,
2429
+ .input-group-sm > .input-group-addon {
2430
+ hyphenate-limit-chars: 8 3;
2431
+ }
2432
+ }
2433
+ @media (min-width: 1160px) {
2434
+ .input-group-sm > .form-control,
2435
+ .input-group-sm > .input-group-addon {
2436
+ hyphenate-limit-chars: 10 4 3;
2437
+ }
2438
+ }
2439
+ }
2440
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
2441
+ .input-group-sm > .form-control,
2442
+ .input-group-sm > .input-group-addon {
2443
+ hyphens: auto;
2444
+ -webkit-hyphenate-limit-before: 3;
2445
+ -webkit-hyphenate-limit-after: 3;
2446
+ }
2447
+ @media (min-width: 1160px) {
2448
+ .input-group-sm > .form-control,
2449
+ .input-group-sm > .input-group-addon {
2450
+ -webkit-hyphenate-limit-before: 4;
2451
+ }
2452
+ }
2453
+ }
2265
2454
  .input-group-sm > .form-control .icon,
2266
2455
  .input-group-sm > .input-group-addon .icon {
2267
2456
  font-size: 1.25rem;
@@ -42,6 +42,7 @@
42
42
  line-height: 1.2;
43
43
  line-height: var(--line-height-title);
44
44
  letter-spacing: 0;
45
+ word-wrap: break-word;
45
46
  font-weight: 500;
46
47
  font-weight: var(--font-weight-medium);
47
48
  font-size: 0.875rem;