Skip to content

Commit 5fa0d52

Browse files
fix: remove global scoped css affecting all md-content elements
1 parent 63cbe82 commit 5fa0d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/app/pages/UiElements/TextSelection/examples/SelectionExample.vue

+2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
3434
@import "~vue-material/base/theme";
3535
@import "~vue-material/components/MdContent/theme";
36+
</style>
3637

38+
<style lang="scss" scoped>
3739
.md-content {
3840
padding: 1px 16px;
3941
}

0 commit comments

Comments
 (0)