diff --git a/client/src/assets/css/base.css b/client/src/assets/css/base.css index 8edf202..c9f5f62 100644 --- a/client/src/assets/css/base.css +++ b/client/src/assets/css/base.css @@ -21,4 +21,4 @@ button:focus { .text-overflow { text-overflow: ellipsis; -} \ No newline at end of file +} diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index e944de6..c539df7 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -1,7 +1,13 @@