@djb25/digit-ui-css 1.0.64 → 1.0.65

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": "@djb25/digit-ui-css",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -473,7 +473,7 @@ body {
473
473
  background: linear-gradient(180deg, #003c8f, #0053a6);
474
474
  color: #fff !important;
475
475
  border: none;
476
- padding: 10px 26px;
476
+ padding: 0px 26px;
477
477
  border-radius: 40px;
478
478
  font-weight: 600;
479
479
  cursor: pointer;
@@ -171,7 +171,7 @@
171
171
  overflow-x: auto;
172
172
  -webkit-overflow-scrolling: touch;
173
173
  .table-content {
174
- width: 100%;
174
+ width: 100% !important;
175
175
  border-collapse: collapse;
176
176
  border-spacing: 0;
177
177
  font-size: 13.5;
package/src/index.scss CHANGED
@@ -226,6 +226,7 @@ h6 {
226
226
  .overflow-y-scroll {
227
227
  overflow-y: scroll;
228
228
  height: 100%;
229
+ width: 100%;
229
230
  }
230
231
 
231
232
  .application-details-link-button {
@@ -36,4 +36,4 @@
36
36
  @apply w-full p-md h-full;
37
37
  }
38
38
  }
39
- }
39
+ }