@enki-tek/fms-web-components 0.0.54 → 0.0.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,8 @@
31
31
  .th-div {
32
32
  font-size: 17px;
33
33
  text-wrap: nowrap;
34
+ text-transform: capitalize;
35
+ padding-right: 40px !important;
34
36
  }
35
37
  .td-div {
36
38
  width: 12.5rem;
@@ -12,6 +12,8 @@
12
12
  @extend %common-fonts;
13
13
  font-size: 17px;
14
14
  text-wrap: nowrap;
15
+ text-transform: capitalize;
16
+ padding-right: 40px !important;
15
17
  }
16
18
 
17
19
  .td-div {
@@ -19,6 +19,8 @@
19
19
  .th-div {
20
20
  font-size: 17px;
21
21
  text-wrap: nowrap;
22
+ text-transform: capitalize;
23
+ padding-right: 40px !important;
22
24
  }
23
25
  .td-div {
24
26
  width: 12.5rem;
@@ -21,6 +21,8 @@ let tdStyles = ['td-div', className]
21
21
  .th-div {
22
22
  font-size: 17px;
23
23
  text-wrap: nowrap;
24
+ text-transform: capitalize;
25
+ padding-right: 40px !important;
24
26
  }
25
27
  .td-div {
26
28
  width: 12.5rem;
@@ -18,6 +18,8 @@
18
18
  .th-div {
19
19
  font-size: 17px;
20
20
  text-wrap: nowrap;
21
+ text-transform: capitalize;
22
+ padding-right: 40px !important;
21
23
  }
22
24
  .td-div {
23
25
  width: 12.5rem;
@@ -21,6 +21,8 @@
21
21
  .th-div {
22
22
  font-size: 17px;
23
23
  text-wrap: nowrap;
24
+ text-transform: capitalize;
25
+ padding-right: 40px !important;
24
26
  }
25
27
  .td-div {
26
28
  width: 12.5rem;
@@ -19,6 +19,8 @@
19
19
  .th-div {
20
20
  font-size: 17px;
21
21
  text-wrap: nowrap;
22
+ text-transform: capitalize;
23
+ padding-right: 40px !important;
22
24
  }
23
25
  .td-div {
24
26
  width: 12.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",