Merge pull request #1495 from Safelite/CSR-1728-fix-div-width-for-copy

CSR-1728 set width to prevent copy going past Edit button on review p…
This commit is contained in:
bmauger 2023-11-07 13:53:50 -05:00 committed by GitHub
commit 89c53d49ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,4 +55,7 @@ export default {
:deep(.review-block-content > ul) {
margin-bottom: 0rem;
}
.review-block-content {
width: 90%;
}
</style>