@coorpacademy/components 10.5.7-alpha.13 → 10.5.7-alpha.17

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.
@@ -77,7 +77,6 @@
77
77
  }
78
78
 
79
79
  .selectOption,
80
-
81
80
  .no-label .selectWrapper{
82
81
  min-width: min-content;
83
82
  height: min-content;
@@ -177,6 +176,8 @@
177
176
  }
178
177
 
179
178
  .filter .selectBox {
179
+ position: absolute;
180
+ top: 27px;
180
181
  display: block;
181
182
  width: 100%;
182
183
  height: 50px;
@@ -353,6 +354,7 @@ div.player .noLabelCommon.selectSpan {
353
354
  margin: 0;
354
355
  height: 35px;
355
356
  border: 0;
357
+ width: inherit;
356
358
  }
357
359
 
358
360
  .mooc select {
@@ -471,7 +473,6 @@ div.player .noLabelCommon.selectSpan {
471
473
 
472
474
  .header {
473
475
  composes: mooc;
474
- /* width: auto; */
475
476
  }
476
477
 
477
478
  .header .selectBox {
@@ -487,13 +488,16 @@ div.player .noLabelCommon.selectSpan {
487
488
  top: 0;
488
489
  }
489
490
 
490
- .header .title {
491
- display: flex;
491
+ .header .title,
492
+ .header .selectWrapper span.selectSpan {
493
+ min-width: 150px;
494
+ color: transparent;
492
495
  }
493
496
 
494
497
  .header .selectWrapper select.selectBox {
495
498
  padding-left: 10px;
496
499
  border-radius: 2px;
500
+ padding-right: 30px;
497
501
  }
498
502
 
499
503
  .header .selectBox {
@@ -77,7 +77,6 @@
77
77
  }
78
78
 
79
79
  .selectOption,
80
-
81
80
  .no-label .selectWrapper{
82
81
  min-width: min-content;
83
82
  height: min-content;
@@ -177,6 +176,8 @@
177
176
  }
178
177
 
179
178
  .filter .selectBox {
179
+ position: absolute;
180
+ top: 27px;
180
181
  display: block;
181
182
  width: 100%;
182
183
  height: 50px;
@@ -353,6 +354,7 @@ div.player .noLabelCommon.selectSpan {
353
354
  margin: 0;
354
355
  height: 35px;
355
356
  border: 0;
357
+ width: inherit;
356
358
  }
357
359
 
358
360
  .mooc select {
@@ -471,7 +473,6 @@ div.player .noLabelCommon.selectSpan {
471
473
 
472
474
  .header {
473
475
  composes: mooc;
474
- /* width: auto; */
475
476
  }
476
477
 
477
478
  .header .selectBox {
@@ -487,13 +488,16 @@ div.player .noLabelCommon.selectSpan {
487
488
  top: 0;
488
489
  }
489
490
 
490
- .header .title {
491
- display: flex;
491
+ .header .title,
492
+ .header .selectWrapper span.selectSpan {
493
+ min-width: 150px;
494
+ color: transparent;
492
495
  }
493
496
 
494
497
  .header .selectWrapper select.selectBox {
495
498
  padding-left: 10px;
496
499
  border-radius: 2px;
500
+ padding-right: 30px;
497
501
  }
498
502
 
499
503
  .header .selectBox {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.5.7-alpha.13+6e4a1e994",
3
+ "version": "10.5.7-alpha.17+613ddd23e",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "6e4a1e9947eaef242093b267f51c91652d151972"
122
+ "gitHead": "613ddd23ec4ef1475050ed0be509528ef3b71b00"
123
123
  }