@citizenplane/pimp 18.9.14 → 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.14",
3
+ "version": "18.9.15",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -220,15 +220,12 @@ const dynamicClasses = computed(() => [
220
220
  .cpAlert__body {
221
221
  flex-flow: row wrap;
222
222
  align-items: center;
223
+ justify-content: space-between;
223
224
  }
224
225
 
225
226
  .cpAlert__content {
226
227
  flex: 0 1 auto;
227
228
  }
228
-
229
- .cpAlert__actions {
230
- flex-shrink: 0;
231
- }
232
229
  }
233
230
 
234
231
  &--isNeutral {