For a large view of the letter L appears on the letter S.
This can be seen in the attached screenshot. In the page code all looks rather well:
Code: Select all
<ul class="OverviewZoom">
<li class="Active">
<a class="Small" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Small;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Small">
<span class="ImageMode">
<span class="NameShort">S</span>
<span class="NameLong">Small</span>
</span>
</a>
</li>
<li class="Even">
<a class="Medium" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Medium;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Medium">
<span class="ImageMode">
<span class="NameShort">M</span>
<span class="NameLong">Medium</span>
</span>
</a>
</li>
<li class="Last">
<a class="Large" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Preview;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Large">
<span class="ImageMode">
<span class="NameShort">L</span>
<span class="NameLong">Large</span>
</span>
</a>
</li>
</ul>