diff --git a/flatisfy/web/js_src/components/flatstable.vue b/flatisfy/web/js_src/components/flatstable.vue
index 6830a76..94ffd77 100644
--- a/flatisfy/web/js_src/components/flatstable.vue
+++ b/flatisfy/web/js_src/components/flatstable.vue
@@ -47,8 +47,8 @@
-
-
+ |
+
@@ -64,7 +64,7 @@
{{ flat.notes }}
-
+
|
{{ flat.area }} m² |
@@ -171,9 +171,6 @@ export default {
this.sortBy = field
}
},
- makeDetailsUrl(flatId) {
- return `/#/flat/${flatId}`;
- },
capitalize: capitalize,
range: range
}
@@ -218,10 +215,13 @@ pre {
word-break: break-all;
}
+.no-padding {
+ padding: 0;
+}
+
.fill {
display: block;
- width: 100%;
- padding-left: 0;
- padding-right: 0;
+ padding: 2em;
+ text-decoration: none;
}
|