diff --git a/flatisfy/web/js_src/components/app.vue b/flatisfy/web/js_src/components/app.vue index 801fd3c..cc48330 100644 --- a/flatisfy/web/js_src/components/app.vue +++ b/flatisfy/web/js_src/components/app.vue @@ -15,13 +15,30 @@ diff --git a/flatisfy/web/js_src/i18n/en/index.js b/flatisfy/web/js_src/i18n/en/index.js index dd66dd5..6b2fb85 100644 --- a/flatisfy/web/js_src/i18n/en/index.js +++ b/flatisfy/web/js_src/i18n/en/index.js @@ -46,7 +46,8 @@ export default { 'Contact': 'Contact', 'no_phone_found': 'No phone found', 'rooms': 'room | rooms', - 'bedrooms': 'bedroom | bedrooms' + 'bedrooms': 'bedroom | bedrooms', + 'RM': 'RM' }, status: { 'new': 'new', diff --git a/flatisfy/web/js_src/views/details.vue b/flatisfy/web/js_src/views/details.vue index 9d42bb6..467630f 100644 --- a/flatisfy/web/js_src/views/details.vue +++ b/flatisfy/web/js_src/views/details.vue @@ -391,5 +391,9 @@ td { .fullButton { width: 100%; } + + td, th { + padding: 0; + } }