Skip to content

Commit

Permalink
fix: callout edit title styles
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Feb 5, 2024
1 parent de55654 commit f64139a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/theme/ItaliaTheme/Blocks/_callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ body.cms-ui {
flex: 1 0 100%;
}

.text:after {
z-index: -1;
.text {
padding-right: calc(10px + 0.7rem);
background-color: #fff;

&:after {
z-index: -1;
}
}
}

Expand Down

0 comments on commit f64139a

Please sign in to comment.