Quote:
Originally Posted by KirbyDE
@ZeldaKing
Seems like a CSS-Problem.
In Template bugs_listbit change
Code:
<span class="smallfont" style="float: $stylevar[left]">
<if condition="$todo[lastreplyuid]">
To
Code:
<span class="smallfont">
<if condition="$todo[lastreplyuid]">
Does that fix the problem?
|
I've just applied that fix. Having given it a little test I'm seeing no further problems. It'll be a little while until I know for sure. It was a temperamental thing.