Skip to content

Commit

Permalink
Fix vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Aug 15, 2023
1 parent 55df009 commit ff946b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pdf/src/campPrint/picasso/Categories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
}
.picasso-category {
flex-direction: row;
align-items: baseline;
align-items: center;
gap: 2pt;
margin-right: 6pt;
margin-bottom: 3pt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9449,7 +9449,7 @@ exports[`rendering a full camp > renders the picasso 1`] = `
"class": "picasso-category",
},
"style": {
"alignItems": "baseline",
"alignItems": "center",
"flexDirection": "row",
"gap": "2pt",
"marginBottom": "3pt",
Expand Down Expand Up @@ -9509,7 +9509,7 @@ exports[`rendering a full camp > renders the picasso 1`] = `
"class": "picasso-category",
},
"style": {
"alignItems": "baseline",
"alignItems": "center",
"flexDirection": "row",
"gap": "2pt",
"marginBottom": "3pt",
Expand Down Expand Up @@ -9569,7 +9569,7 @@ exports[`rendering a full camp > renders the picasso 1`] = `
"class": "picasso-category",
},
"style": {
"alignItems": "baseline",
"alignItems": "center",
"flexDirection": "row",
"gap": "2pt",
"marginBottom": "3pt",
Expand Down Expand Up @@ -9629,7 +9629,7 @@ exports[`rendering a full camp > renders the picasso 1`] = `
"class": "picasso-category",
},
"style": {
"alignItems": "baseline",
"alignItems": "center",
"flexDirection": "row",
"gap": "2pt",
"marginBottom": "3pt",
Expand Down

0 comments on commit ff946b8

Please sign in to comment.