RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.72 → 0.0.73
@afeefa/vue-app 0.0.72 → 0.0.73
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src/components/APagination.vue
+1
-0
package/src-admin/components/app/AppBarTitle.vue
+1
-1
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
72
1
+
0.0.
73
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@afeefa/vue-app",
3
-
"version": "0.0.
72
",
3
+
"version": "0.0.
73
",
4
4
"description": "",
5
5
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
"license": "MIT",
package/src/components/APagination.vue
CHANGED
Viewed
@@ -41,6 +41,7 @@ export default class APagination extends Vue {
41
41
margin: 0;
42
42
width: 28px;
43
43
height: 28px;
44
+
white-space: nowrap;
44
45
}
45
46
}
46
47
</style>
package/src-admin/components/app/AppBarTitle.vue
CHANGED
Viewed
@@ -83,7 +83,7 @@ h3 {
83
83
84
84
h2 {
85
85
font-size: 1.5rem;
86
-
line-height: 1.
5rem
;
86
+
line-height: 1.
7rem
;
87
87
88
88
white-space: nowrap;
89
89
overflow: hidden;