Skip to content

Commit

Permalink
add missing flex-align-items-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Jan 20, 2025
1 parent f9ecd95 commit 1f19c7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user-interface/frontend/themes/datamanager/components/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ Layout
align-items: center;
}

.flex-align-items-baseline {
align-items: baseline;
}

.flex-align-items-bottom {
align-items: self-end;
}
Expand Down

0 comments on commit 1f19c7f

Please sign in to comment.