Skip to content

Commit

Permalink
fix tests - display:none for hidden title
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Jul 4, 2024
1 parent 906ffb3 commit 1c07d32
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ svc-tab-designer {

.sd-title {
display: flex;
&.sd-element__title--hidden {
display: none;
}
}

.sd-container-modern {
Expand Down

0 comments on commit 1c07d32

Please sign in to comment.