Skip to content

Commit

Permalink
fix(blind): fixed snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirci committed Mar 27, 2024
1 parent 04de5d3 commit 7a3bae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/components/blind/blind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,15 @@

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

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

.blind-header-title-col:not(:first-of-type) {
Expand Down

0 comments on commit 7a3bae9

Please sign in to comment.