@functionalcms/svelte-components 2.12.0 → 2.12.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.
@@ -1445,19 +1445,19 @@ html, body, body > div {
1445
1445
  }
1446
1446
 
1447
1447
  .fw {
1448
- width: 100%;
1448
+ width: 100% !important;
1449
1449
  }
1450
1450
 
1451
1451
  .flex-row {
1452
- flex-direction: row;
1452
+ flex-direction: row !important;
1453
1453
  }
1454
1454
 
1455
1455
  .flex-column {
1456
- flex-direction: column;
1456
+ flex-direction: column !important;
1457
1457
  }
1458
1458
 
1459
1459
  .flex-row-dynamic {
1460
- flex-direction: column;
1460
+ flex-direction: column !important;
1461
1461
  }
1462
1462
 
1463
1463
  .h0 {
@@ -3,6 +3,9 @@
3
3
  text-align: center;
4
4
  justify-content: center !important;
5
5
  }
6
+ img {
7
+ width: 100%;
8
+ }
6
9
  </style>
7
10
 
8
11
  <script>import {} from "./ShowItem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.12.0",
3
+ "version": "2.12.2",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [