Skip to content

Commit 5e38459

Browse files
committed
Fixing time column wrapping problem that exhibits in (at least) Safari.
- Legacy-Id: 4991
1 parent 1a887c1 commit 5e38459

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
.bgblack, .bgblack a { background-color: black; color: white; }
6969
.groupagenda { display:none; }
7070

71+
.timecolumn { white-space:nowrap; }
72+
7173
{% endblock morecss %}
7274

7375
{% block pagehead %}
@@ -303,7 +305,7 @@ <h2 class="ietf-divider">{{ slot.time|date:"l"|upper }}, {{ slot.time|date:"F j,
303305
{% endifchanged %}
304306
{% ifchanged %}
305307
<tr class="time-title">
306-
<td colspan="1">
308+
<td colspan="1" class="timecolumn">
307309
{{slot.time|date:"Hi"}}-{{slot.end_time|date:"Hi"}}
308310
</td>
309311
<td colspan="5">

0 commit comments

Comments
 (0)