Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 33ac285

Browse files
Bug fixes (#41)
1 parent a25a281 commit 33ac285

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"click-outside-vue3": "^4.0.1",
1313
"core-js": "^3.6.5",
1414
"single-spa-vue": "^2.1.0",
15-
"systemjs-webpack-interop": "^2.3.7",
1615
"vue": "^3.0.0",
1716
"vue-router": "^4.0.0-0",
1817
"vuex": "^4.0.2"

src/views/Timetable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ul {
100100
.container {
101101
display: flex;
102102
flex-direction: column;
103-
justify-content: start;
103+
justify-content: flex-start;
104104
height: 100%;
105105
gap: 10px;
106106
}

0 commit comments

Comments
 (0)