@pmidc/upyog-css 1.2.36-dev.1.14 → 1.2.36-dev.1.16

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": "@pmidc/upyog-css",
3
- "version": "1.2.36-dev.1.14",
3
+ "version": "1.2.36-dev.1.16",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -278,4 +278,10 @@
278
278
  .view-button {
279
279
  width: 80%;
280
280
  }
281
+
282
+ .disabled-CustomUpload {
283
+ padding-top: 12px;
284
+ padding-bottom: 12px;
285
+ padding-left: 5px;
286
+ }
281
287
 
@@ -300,7 +300,6 @@
300
300
  text-overflow: ellipsis;
301
301
  overflow: hidden;
302
302
  white-space: nowrap;
303
- max-width: calc(100% - 56px);
304
303
  }
305
304
  }
306
305