Merge pull request #8925 from scratchfoundation/hotfix/fix-title-background
Some checks failed
CI/CD / build-and-test-and-maybe-deploy (push) Has been cancelled
Transifex Push / transifex-push (push) Has been cancelled

hotfix: fixed title background issue
This commit is contained in:
Georgy Angelov 2024-11-14 17:46:02 +02:00 committed by GitHub
commit 25aad6dc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,8 +41,8 @@
.driver-popover-title[style*=block]+.driver-popover-description {
margin: 0;
}
}
.driver-popover-description {
.title {
padding: 1rem 0;
font-size: 1.125rem;
@ -69,3 +69,5 @@
}
}
}
}
}