Terms in taxonomy are not shown as a tree due to malformed indentation. Follow a workaround:
#taxonomy td .tabledrag-handle {
padding: 0 0.5em 0 0;
margin: 0;
}
#taxonomy .indentation {
float: left;
width: 2.0em;
}| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy-weights-post-change.PNG | 7.08 KB | @baux |
| #2 | taxonomy-no-weights-post-change.PNG | 6.09 KB | @baux |
| #2 | taxonomy-weights-pre-change.PNG | 7.32 KB | @baux |
| #2 | taxonomy-no-weights-pre-change.PNG | 5.81 KB | @baux |
Comments
Comment #2
@baux commentedSome other changes... after few investigation I propose this solution:
The following code will give a better layout to the taxonomy terms: all item are centered and the style doesn't change if the option "Show row weights" is on.
...and the following change will set the dropdown element to the "Default button size":
in the file src/Plugin/Preprocess/BootstrapDropdown.php (line 79) change
$toggle->setButtonSize('btn-xs');to
$toggle->setButtonSize('');by the way these changes should be tested on other pages...
Baux
Comment #3
markhalliwellThis is administrative related, which is not the primary focus of this base theme.
Comment #4
@baux commentedThat's true, but with the right permissions users can edit taxonomy. Pictures are from an "editor" profile, not from the admin.
As you wish, just to contribute...
Great job. I love this theme
Comment #5
markhalliwellFixed in related issue.