Skip to content

Commit

Permalink
fix(blind): visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirci committed Mar 25, 2024
1 parent 18d4928 commit 04de5d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/src/components/blind/blind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,16 @@
}

.blind-header-title-row {
display: flex;
width: calc(100% - 4rem);
}

.blind-header-title-col {
display: inline-flex;
align-items: center;
width: calc(100% - 1rem);
}

.blind-header-title-col:not(:first-of-type) {
justify-content: flex-end;
}
Expand Down

0 comments on commit 04de5d3

Please sign in to comment.