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:
commit
89c53d49ac
1 changed files with 3 additions and 0 deletions
|
|
@ -55,4 +55,7 @@ export default {
|
||||||
:deep(.review-block-content > ul) {
|
:deep(.review-block-content > ul) {
|
||||||
margin-bottom: 0rem;
|
margin-bottom: 0rem;
|
||||||
}
|
}
|
||||||
|
.review-block-content {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue