@citizenplane/pimp 18.8.2 → 18.8.3

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.8.2",
3
+ "version": "18.8.3",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -96,6 +96,8 @@ const uniqueAirlines = computed(() => {
96
96
 
97
97
  <style lang="scss">
98
98
  .cpTrip {
99
+ width: 100%;
100
+
99
101
  &__header {
100
102
  display: flex;
101
103
  align-items: center;
@@ -126,6 +128,7 @@ const uniqueAirlines = computed(() => {
126
128
  position: relative;
127
129
  display: flex;
128
130
  flex-direction: column;
131
+ align-items: flex-start;
129
132
  justify-content: center;
130
133
 
131
134
  &:last-child {