coer-elements 0.0.45 → 0.0.46

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.45",
3
+ "version": "0.0.46",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -2772,11 +2772,9 @@ div.coer-grid table tbody tr td.template {
2772
2772
  white-space: nowrap !important;
2773
2773
  cursor: pointer !important;
2774
2774
  height: 31px;
2775
- padding-top: 8px !important;
2776
2775
  }
2777
2776
  div.coer-grid table tbody tr td.template > div.template {
2778
- display: flex !important;
2779
- align-items: center !important;
2777
+ display: block !important;
2780
2778
  }
2781
2779
  div.coer-grid table thead tr th.action-button,
2782
2780
  div.coer-grid table thead tr td.action-button,