wip: fix today message in scheduler

This commit is contained in:
silviyaboteva 2020-04-23 15:43:57 +03:00
Родитель c0ba522f8a
Коммит 3b180259ca
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -112,7 +112,7 @@ export const esMessages = {
"editorValidationEnd": "La hora de finalización debe ser posterior a la hora de inicio",
"allEvents": "Todos los eventos",
"allDay": "todo el día",
"hoy": "Hoy",
"today": "Hoy",
"dayViewTitle": "Día",
"weekViewTitle": "Semana",
"monthViewTitle": "Mes",

Просмотреть файл

@ -299,7 +299,7 @@ li {
justify-content: center;
& > * {
width: 140px;
min-width: 140px;
}
}
}