Skip to content

Commit 9b31560

Browse files
committed
lint
1 parent 28cabc7 commit 9b31560

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@
4949
},
5050
"private": true,
5151
"devDependencies": {
52+
"@types/jest": "^30.0.0",
53+
"xhr-mock": "^2.5.1",
54+
"concurrently": "^8.0.1",
5255
"@crowdin/cli": "^4.11.0",
5356
"@rushstack/eslint-patch": "^1.15.0",
5457
"@testing-library/jest-dom": "^6.6.4",
5558
"@testing-library/user-event": "^14.6.1",
5659
"@testing-library/vue": "^5",
57-
"@types/jest": "^30.0.0",
5860
"@vue/test-utils": "^1.3.6",
5961
"babel-core": "7.0.0-bridge.0",
6062
"babel-jest": "^30.2.0",
61-
"concurrently": "^8.0.1",
6263
"jest": "^30.2.0",
6364
"jest-environment-jsdom": "^30.2.0",
6465
"jest-serializer-vue": "^3.1.0",
6566
"rewire": "^6.0.0",
6667
"vue-jest": "^3.0.0",
6768
"vue-template-compiler": "2.7.16",
68-
"webpack": "^5.102.1",
69-
"xhr-mock": "^2.5.1"
69+
"webpack": "^5.102.1"
7070
},
7171
"optionalDependencies": {
7272
"fsevents": "*"

packages/kolibri-common/components/SafeHTML/SafeHtmlImage.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@
8282
opacity 0.15s;
8383
}
8484
85+
.img-wrapper {
86+
max-width: 900px;
87+
max-height: 584px;
88+
}
89+
8590
</style>

0 commit comments

Comments
 (0)