leisure-core 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -134,8 +134,9 @@ export default {
|
|
|
134
134
|
</script>
|
|
135
135
|
<style lang="scss" scoped>
|
|
136
136
|
.le-rich-text {
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
display: flex;
|
|
138
|
+
display: -webkit-flex;
|
|
139
|
+
flex-direction: column;
|
|
139
140
|
.header {
|
|
140
141
|
display: flex;
|
|
141
142
|
display: -webkit-flex;
|