Actions
Defect #18355
openMissing CSS class 'tabular'
Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
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'.
Updated by Go MAEDA about 6 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.
Actions