Skip to content

Commit

Permalink
Fix styling regression for counter P wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mably authored and midzer committed Feb 11, 2025
1 parent 9681a56 commit eded6ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/tobii.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ body.tobii-is-open {
&[aria-hidden='true'] {
display: none;
}

& p {
display: inline;
}
}

/**
Expand Down

0 comments on commit eded6ff

Please sign in to comment.