diff --git a/client/src/assets/css/base.css b/client/src/assets/css/base.css index e3149af..8edf202 100644 --- a/client/src/assets/css/base.css +++ b/client/src/assets/css/base.css @@ -18,3 +18,7 @@ button:focus { .bg-gradient { background: linear-gradient(180deg, #2C5282 0%, rgba(44, 82, 130, 0) 100%); } + +.text-overflow { + text-overflow: ellipsis; +} \ No newline at end of file diff --git a/client/src/assets/img/icons/Stopwatch.svg b/client/src/assets/img/icons/Stopwatch.svg new file mode 100644 index 0000000..2d54a0b --- /dev/null +++ b/client/src/assets/img/icons/Stopwatch.svg @@ -0,0 +1,3 @@ + diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index ad57a00..2c195bf 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -6,7 +6,7 @@