coer-elements 0.0.40 → 0.0.41

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.40",
3
+ "version": "0.0.41",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -2177,6 +2177,15 @@ div.coer-list header {
2177
2177
  padding-right: 0px 8px;
2178
2178
  margin: 0px;
2179
2179
  }
2180
+ div.coer-list header h6 {
2181
+ display: flex;
2182
+ align-items: center;
2183
+ gap: 10px;
2184
+ min-height: 40px;
2185
+ max-height: 40px;
2186
+ margin-top: 5px;
2187
+ margin-bottom: 5px;
2188
+ }
2180
2189
  div.coer-list header > div {
2181
2190
  display: flex;
2182
2191
  align-items: baseline;