frontend: make button descriptions shorter to fit mobile screen

This commit is contained in:
Lennart
2025-09-02 23:19:15 +02:00
parent 375caedec6
commit 7d961ea93b
7 changed files with 6 additions and 9 deletions

View File

@@ -25,9 +25,6 @@
{% if let Some(timezone_id) = calendar.timezone_id %}
<p>{{ timezone_id }}</p>
{% endif %}
{% if let Some(timezone) = calendar.get_vtimezone() %}
<textarea rows="16" readonly>{{ timezone }}</textarea>
{% endif %}
<pre>{{ calendar|json }}</pre>