coer-elements 0.0.47 → 0.0.48

Sign up to get free protection for your applications and to get access to all the features.
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;