From ed3b7484698a97652c5239c8f5045da4c28f09f0 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Mon, 8 Oct 2018 12:30:51 +0100 Subject: [PATCH] Moved object-fit to css. --- frontend/src/views/Observation.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index b8b135d..b89f503 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -7,31 +7,31 @@ - +
{{ totals[0] }}
- +
{{ totals[1] }}
- +
{{ totals[2] }}
- +
{{ totals[3] }}
- +
{{ totals[4] }}
@@ -219,7 +219,7 @@ handleOk(evt) { // Prevent modal from closing evt.preventDefault(); - if(this.password) { + if (this.password) { this.handleSubmit() } }, @@ -300,5 +300,6 @@ img { height: 80px; + object-fit: contain; }