@coorpacademy/components 11.10.2 → 11.10.3-alpha.0

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.
@@ -510,10 +510,11 @@
510
510
  .toolTipText {
511
511
  font-family: 'Gilroy';
512
512
  font-size: 14px;
513
- width: 121px;
514
513
  height: 24px;
515
514
  line-height: 27px;
516
515
  order: 0;
516
+ margin-right: 16px;
517
+ width: 100%;
517
518
  }
518
519
 
519
520
  [role="tooltip"],
@@ -528,7 +529,6 @@
528
529
  background-color: white;
529
530
  bottom: -2.5em;
530
531
  height: 32px;
531
- width: 160px;
532
532
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
533
533
  }
534
534
 
@@ -537,7 +537,6 @@
537
537
  display: inline-block;
538
538
  visibility: inherit;
539
539
  opacity: inherit;
540
- width: 15px;
541
540
  height: 15px;
542
541
  transform: rotate(-45deg);
543
542
  background-color: white;
@@ -510,10 +510,11 @@
510
510
  .toolTipText {
511
511
  font-family: 'Gilroy';
512
512
  font-size: 14px;
513
- width: 121px;
514
513
  height: 24px;
515
514
  line-height: 27px;
516
515
  order: 0;
516
+ margin-right: 16px;
517
+ width: 100%;
517
518
  }
518
519
 
519
520
  [role="tooltip"],
@@ -528,7 +529,6 @@
528
529
  background-color: white;
529
530
  bottom: -2.5em;
530
531
  height: 32px;
531
- width: 160px;
532
532
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
533
533
  }
534
534
 
@@ -537,7 +537,6 @@
537
537
  display: inline-block;
538
538
  visibility: inherit;
539
539
  opacity: inherit;
540
- width: 15px;
541
540
  height: 15px;
542
541
  transform: rotate(-45deg);
543
542
  background-color: white;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.10.2",
3
+ "version": "11.10.3-alpha.0+37992dc0b3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -162,5 +162,5 @@
162
162
  "last 2 versions",
163
163
  "IE 11"
164
164
  ],
165
- "gitHead": "c81e12b3fdda6de95c9b89c0415ea605a2426924"
165
+ "gitHead": "37992dc0b3739bcd3601197154cf2174dcd9df48"
166
166
  }