CSR-1728 set width to prevent copy going past Edit button on review page.
This commit is contained in:
parent
613518a4ef
commit
d61825dc20
1 changed files with 3 additions and 0 deletions
|
|
@ -55,4 +55,7 @@ export default {
|
|||
:deep(.review-block-content > ul) {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
.review-block-content {
|
||||
width: 90%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue