Skip to content

Commit

Permalink
Development (#47)
Browse files Browse the repository at this point in the history
* Updated taxonomy files to version 1.1.0

* Update version number

* Item Types update

* Fixed item types select input display

* Fixed change item type group
  • Loading branch information
shelcrow authored Mar 16, 2021
1 parent 4e0b892 commit b51b90b
Show file tree
Hide file tree
Showing 25 changed files with 22,130 additions and 86,615 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ob-editor",
"version": "0.1.0",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.3.2",
"file-saver": "^2.0.2",
"vue": "^2.6.10",
Expand Down
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ export default {
body {
margin: 0px;
overflow-y: hidden;
}
.router-view-cls {
margin-right: 250px;
margin-right: 150px;
margin-left: 100px;
}
</style>
Loading

0 comments on commit b51b90b

Please sign in to comment.