intelicoreact 1.3.8 → 1.3.9

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.
@@ -1,4 +1,6 @@
1
1
  .button {
2
+ position: relative;
3
+
2
4
  display: inline-flex;
3
5
  align-items: center;
4
6
  justify-content: center;
@@ -114,13 +116,13 @@
114
116
  }
115
117
 
116
118
  &__text {
117
- display: flex;
118
- align-items: center;
119
- justify-content: center;
120
-
121
119
  width: 100%;
122
120
 
123
121
  box-shadow: none;
122
+
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ white-space: nowrap;
124
126
  }
125
127
 
126
128
  &:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [