Skip to content

Commit

Permalink
Mandate content #2133 (#2136)
Browse files Browse the repository at this point in the history
* Mandate content #2133

* 🐛 Alignment #2104
  • Loading branch information
padms authored Mar 11, 2024
1 parent aba22f2 commit cf7b834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sanityv3/schemas/objects/textTeaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
validation: (Rule: Rule) =>
Rule.custom((value: PortableTextBlock[]) => {
return validateCharCounterEditor(value, 600)
}).warning(),
}).error(),
},

{
Expand Down
1 change: 0 additions & 1 deletion web/pageComponents/cards/PeopleCard/PeopleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const StyledMedia = styled(Media)`
const CardContent = styled.div`
height: 100%;
display: flex;
max-width: 250px;
flex-direction: column;
justify-content: space-between;
text-align: center;
Expand Down

0 comments on commit cf7b834

Please sign in to comment.