Remove padding from lists in review-blocks.
This commit is contained in:
parent
e9fd49f137
commit
1bb50e349e
1 changed files with 9 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
href="javascript:void(0)" />
|
||||
</div>
|
||||
<div
|
||||
class="small"
|
||||
class="small review-block-content"
|
||||
v-for="item in content"
|
||||
:key="item"
|
||||
data-test="contentLine"
|
||||
|
|
@ -47,3 +47,11 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
:deep(.review-block-content > ul) {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue