@bloom-housing/ui-components 8.0.2 → 8.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "author": "Sean Albert <sean.albert@exygy.com>",
5
5
  "description": "Shared user interface components for Bloom affordable housing system",
6
6
  "homepage": "https://github.com/bloom-housing/ui-components",
@@ -35,7 +35,7 @@
35
35
  text-align: center;
36
36
  text-transform: var(--dot-text-transform);
37
37
  display: table-cell;
38
- white-space: nowrap;
38
+ white-space: normal;
39
39
  float: none;
40
40
  @media (min-width: $screen-md) {
41
41
  font-size: var(--dot-font-size-desktop);
@@ -120,7 +120,7 @@
120
120
  padding-left: var(--bar-label-padding-left);
121
121
  position: relative;
122
122
  display: table-cell;
123
- white-space: nowrap;
123
+ white-space: normal;
124
124
  float: none;
125
125
  max-width: 20%;
126
126
  border-top-width: var(--bar-height);