Skip to content

Commit

Permalink
fix: byyear-byday buttons padding in recurrence form
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jun 5, 2024
1 parent 96957e9 commit e60a8bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/volto/theme/themes/pastanaga/extras/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,12 @@ body.babel-view .field.language-independent-field {
padding-left: 0px;
}
}

.byyear-field {
.byyear-byday {
display: flex;
flex-wrap: wrap;
align-items: center;
}
}
}

0 comments on commit e60a8bd

Please sign in to comment.