Fixed issue with style elements being applied out of scope
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
#profileContentWrapper {
|
#profileContentWrapper {
|
||||||
margin-left: 300px;
|
margin-left: 300px;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
|||||||
Reference in New Issue
Block a user