manager: display full meeting text on :hover (#21258)

This commit is contained in:
Frédéric Péters 2018-01-18 14:06:47 +01:00
parent f69b81f88c
commit 0f0b25f17d
2 changed files with 3 additions and 2 deletions

View File

@ -131,7 +131,8 @@ $dayview-column-width: 14vw;
border: 1px solid #aaa;
overflow: hidden;
&:hover {
height: auto;
z-index: 2;
height: auto !important;
}
}

View File

@ -43,7 +43,7 @@
<td>
{% for booking in bookings %}
<div class="booked"
style="height: {{ booking.css_height }}%; top: {{ booking.css_top }}%;"
style="height: {{ booking.css_height }}%; min-height: {{ booking.css_height }}%; top: {{ booking.css_top }}%;"
><span class="start-time">{{booking.event.start_datetime|date:"TIME_FORMAT"}}</span>
<a {% if booking.backoffice_url %}href="{{booking.backoffice_url}}"{% endif %}
>{% if booking.label or booking.user_name %}