@axos-web-dev/shared-components 0.0.39 → 0.0.41

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.
@@ -225,6 +225,13 @@ th .flex.middle.center {
225
225
  text-align: center;
226
226
  width: 90%;
227
227
  }
228
+ td:has(.flex.middle span.img_fluid) .flex.middle {
229
+ flex-wrap: nowrap;
230
+ align-items: flex-start;
231
+ }
232
+ td:has(.flex.middle span.img_fluid) .img_fluid {
233
+ min-width: 24px;
234
+ }
228
235
  @media screen and (max-width: 768px) {
229
236
  ._1nivbwed:first-child {
230
237
  box-shadow: 0 15px 20px 0px rgb(0 0 0 / 0.3);
@@ -266,6 +273,12 @@ th .flex.middle.center {
266
273
  ._1nivbwew {
267
274
  min-width: 650px;
268
275
  }
276
+ th .flex.middle.center {
277
+ overflow-wrap: normal;
278
+ }
279
+ td:has(.flex.middle span.img_fluid) .flex.middle {
280
+ overflow-wrap: normal;
281
+ }
269
282
  }
270
283
  @media screen and (max-width: 327px) {
271
284
  ._1nivbwe0 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.39",
4
+ "version": "0.0.41",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",