diff --git a/templates/calendar.html.ep b/templates/calendar.html.ep index a0dc16314e6e71089aa6c057c53501f64cbdddb4..fca8da35d22bc43f3b585d7cef4222f705537a6a 100644 --- a/templates/calendar.html.ep +++ b/templates/calendar.html.ep @@ -9,7 +9,7 @@ <tr> <th data-field="date" data-width="14" data-width-unit="em">Datum</th> <th data-field="time" data-width="4" data-width-unit="em">Čas</th> - <th data-field="stream_name" data-width="14" data-width-unit="em" data-formatter="formatterStream">Stream</th> + <th data-field="stream_name" data-width="16" data-width-unit="em" data-formatter="formatterStream">Stream</th> <th data-field="description">Popis</th> </tr> </thead>