@bspk/ui 1.4.0 → 1.4.2

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.
@@ -256,13 +256,10 @@ body[data-bspk] {
256
256
  }
257
257
 
258
258
  [data-attachment-wrapper] {
259
- display: inline-flex;
260
- align-items: center;
261
- justify-content: center;
259
+ display: block;
262
260
  position: relative;
263
261
  width: fit-content;
264
262
  height: fit-content;
265
- flex-shrink: 0;
266
263
  }
267
264
  [data-attachment-wrapper] [data-attachment] {
268
265
  position: absolute;
@@ -259,13 +259,10 @@ body[data-bspk] {
259
259
  }
260
260
 
261
261
  [data-attachment-wrapper] {
262
- display: inline-flex;
263
- align-items: center;
264
- justify-content: center;
262
+ display: block;
265
263
  position: relative;
266
264
  width: fit-content;
267
265
  height: fit-content;
268
- flex-shrink: 0;
269
266
  }
270
267
  [data-attachment-wrapper] [data-attachment] {
271
268
  position: absolute;