@openmrs/ngx-formentry 5.0.1-pre.345 → 5.0.1-pre.347

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": "@openmrs/ngx-formentry",
3
- "version": "5.0.1-pre.345",
3
+ "version": "5.0.1-pre.347",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -297,7 +297,7 @@
297
297
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
298
298
  line-height: 3em;
299
299
  min-height: 3em;
300
- white-space: nowrap;
300
+ white-space: wrap !important;
301
301
  overflow: hidden;
302
302
  text-overflow: ellipsis;
303
303
  padding: 0 16px;
@@ -305,6 +305,7 @@
305
305
  position: relative;
306
306
  color: rgba(0, 0, 0, 0.87);
307
307
  text-align: left;
308
+ border-bottom: 1px solid #eee;
308
309
  }
309
310
 
310
311
  [dir='rtl'] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {