Open raineorshine opened 4 years ago
@raineorshine For now, width for divider calculates like max-width of each subling element. But the problem occurs when we have a group with only divider(in this case we set divider width 85px). What should we do it the case where we have only one divider in the group?
Ah, that makes sense. If it is the only-child in column 2 of a table, a divider should be the max-width of all of the column 2 thoughts in the table.
Case 1
Normal view
Steps to Reproduce
Current Behavior
Divider has a fixed width.
Expected Behavior
Divider width should be equal to the width of the widest sibling thought.
Case 2
Table View, Column 2, only child divider
Steps to Reproduce
Current Behavior
Expected Behavior
A divider that is an only child in column 2 of a table should be left aligned with the bullets and as wide as the widest col2 thought in the same table.
In this example,
Adult Development
andSemiotics
have an only-child divider, so their divider widths should be set to the widest width of all col2 thoughts in the table.The divider in
Hypertext
is not an only-child, so it should be set to the width of the widest sibling, as usual.