Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache FalconJX 0.7.0
-
None
-
None
Description
Having this rule in CSS
table.tableSection {
display: table;
width: 100%;
}
output is prefixed with a dot:
.table.tableSection {
display: table;
width: 100%;
}