diff --git a/public/src/components/GroupView.vue b/public/src/components/GroupView.vue
index d37a65a..b931092 100644
--- a/public/src/components/GroupView.vue
+++ b/public/src/components/GroupView.vue
@@ -151,8 +151,6 @@ function dateToValueString(time) {
{{ formatDateShort(get(next).from) }} - {{ formatDateShort(get(next).to) }}
arrow_right_alt
-
-
@@ -177,7 +175,6 @@ function dateToValueString(time) {
.top-row {
display: flex;
align-items: center;
- justify-content: center;
width: 100%;
gap: 6px;
}
@@ -198,11 +195,6 @@ function dateToValueString(time) {
}
}
- .spacer {
- width: 42px;
- flex-shrink: 0;
- }
-
.title {
flex: 1;
text-align: center;
@@ -212,6 +204,7 @@ function dateToValueString(time) {
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
+ margin: 0 auto;
.prefix {
display: none;
@@ -267,10 +260,6 @@ function dateToValueString(time) {
}
}
- .spacer {
- width: auto;
- }
-
.title {
font-size: 16px;
white-space: normal;