@citizenplane/pimp 18.9.13 → 18.9.15

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": "@citizenplane/pimp",
3
- "version": "18.9.13",
3
+ "version": "18.9.15",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -218,8 +218,13 @@ const dynamicClasses = computed(() => [
218
218
 
219
219
  &--isInline {
220
220
  .cpAlert__body {
221
- flex-direction: row;
221
+ flex-flow: row wrap;
222
222
  align-items: center;
223
+ justify-content: space-between;
224
+ }
225
+
226
+ .cpAlert__content {
227
+ flex: 0 1 auto;
223
228
  }
224
229
  }
225
230