wip: fix today message in scheduler
This commit is contained in:
Родитель
c0ba522f8a
Коммит
3b180259ca
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче