Skip to content

Commit 8d05fc4

Browse files
Konstantinos Familonidisofedoren
authored andcommitted
Fixes #38740 - correct grid system to 12 items
The grid system was defined with only 11 items instead of the intended 12. Updated to match the standard 12-item grid layout. Fixes 97ec33f ("Fixes #28810 - changes to Any organization & Any location taxonomy's names")
1 parent d2051bb commit 8d05fc4

File tree

1 file changed

+1
-1
lines changed
  • webpack/assets/javascripts/react_app/components/Layout/components/TaxonomySwitcher

1 file changed

+1
-1
lines changed

webpack/assets/javascripts/react_app/components/Layout/components/TaxonomySwitcher/TaxonomyDropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const TaxonomyDropdown = ({ taxonomyType, currentTaxonomy, taxonomies }) => {
130130
isDisabled={title === currentTaxonomy}
131131
>
132132
<Grid hasGutter>
133-
<GridItem span={10} style={{ textAlign: 'left' }}>
133+
<GridItem span={11} style={{ textAlign: 'left' }}>
134134
{title}
135135
</GridItem>
136136
<GridItem span={1}>

0 commit comments

Comments
 (0)