Closed (duplicate)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
CSS Overrides
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2016 at 22:14 UTC
Updated:
16 Nov 2016 at 12:27 UTC
Jump to comment: Most recent, Most recent file
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.