Defect #18355
Missing CSS class 'tabular'
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: | 2.6.0 |
Description
There is an inconsequence usage of class 'tabular' on /my/account. One fieldset has no 'tabular' class.
<div class="splitcontentleft">
<fieldset class="box tabular">
</div>
<div class="splitcontentright">
<fieldset class="box">
<fieldset class="box tabular">
</div>
Edit: The same on the page "New issue". Not every fieldset has the class 'tabular'.
History
#1
Updated by Filou Centrinov about 8 years ago
- Description updated (diff)
#2
Updated by Filou Centrinov about 8 years ago
- Description updated (diff)
#3
Updated by Go MAEDA over 4 years ago
- Category changed from My page to UI
I think it is not a problem. Adding "tabular" class to the Email notification box will break the layout.
#4
Updated by Toshi MARUYAMA almost 3 years ago
- Description updated (diff)