diff --git a/vuejs/package.json b/vuejs/package.json index d2e8985..9b8da7d 100644 --- a/vuejs/package.json +++ b/vuejs/package.json @@ -13,7 +13,7 @@ "core-js": "^2.6.5", "postcss-nested": "^4.1.2", "qs": "^6.8.0", - "tailwindcss": "^1.0.1", + "tailwindcss": "^1.1.2", "vue": "^2.6.10", "vue-router": "^3.0.3" }, diff --git a/vuejs/src/assets/css/tailwind.css b/vuejs/src/assets/css/tailwind.css index 9382b27..00c4b7a 100644 --- a/vuejs/src/assets/css/tailwind.css +++ b/vuejs/src/assets/css/tailwind.css @@ -7,7 +7,7 @@ h2 { input, textarea { - @apply w-full border border-gray-400 p-2 mt-1 + @apply mt-1 p-2 w-full border border-gray-400 } input[type=submit] { diff --git a/vuejs/src/components/AcceptedSessionsList.vue b/vuejs/src/components/AcceptedSessionsList.vue index e5917d4..5ca8415 100644 --- a/vuejs/src/components/AcceptedSessionsList.vue +++ b/vuejs/src/components/AcceptedSessionsList.vue @@ -1,10 +1,10 @@