mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
add class pad to timeslider to fix height issue (#4941)
This commit is contained in:
parent
8e2a21ec84
commit
6f591b5c77
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
||||
%>
|
||||
<!doctype html>
|
||||
<html class="<%=settings.skinVariants%>">
|
||||
<html class="pad <%=settings.skinVariants%>">
|
||||
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
||||
<script>
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue