Extra line breaks in the compact layout
-
Hello!
I am displaying the same calendar both in the normal layout and in the compact layout.
In the normal layout an event is displayed by
<li class="event t161500" data-feed-key="0"> <span class="time">16:15 <span class="end_time show_on_hover">– 17:45</span> </span> <span tabindex="0" aria-haspopup="true" class="title has_desc confirmed">Kafeja renkonto de EST</span>… </li>
However in the compact layout there are som br elements
<li class="event t161500" data-feed-key="0"> <span class="time">16:15 <span class="end_time show_on_hover">– 17:45</span><br> </span><br> <span tabindex="0" aria-haspopup="true" class="title has_desc confirmed">Kafeja renkonto de EST</span>… </li>
These line breaks create an extra white space between the event time and the event title in my CSS. Have I done an error in the CSS or is this a feature of the compact layout?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Extra line breaks in the compact layout’ is closed to new replies.