coer-elements 0.0.47 → 0.0.48

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": "coer-elements",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -2754,6 +2754,7 @@ div.coer-grid table tbody tr td {
2754
2754
  white-space: break-spaces;
2755
2755
  text-overflow: ellipsis;
2756
2756
  overflow: hidden;
2757
+ min-height: 31px !important;
2757
2758
  }
2758
2759
  div.coer-grid table tbody tr.row-focus td {
2759
2760
  background-color: #cde1ff;