Skip to content

Commit

Permalink
fix(callbar-button-with-popover): NO-JIRA use flex-start (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamarina authored Nov 1, 2024
1 parent 8233390 commit 1522b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@ export default {
.dt-recipe--callbar-button-with-popover {
display: flex;
align-items: start;
align-items: flex-start;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ export default {
.dt-recipe--callbar-button-with-popover {
display: flex;
align-items: start;
align-items: flex-start;
}
</style>

0 comments on commit 1522b52

Please sign in to comment.