Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1621 | Concept Detail View | Locales style
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 9, 2024
1 parent 2d7e787 commit 2138451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/concepts/Locales.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const LocaleList = ({url, lang, locales}) => {
return (
<React.Fragment key={lang}>
<ListItem sx={{color: 'surface.contrastText', paddingRight: 0, position: 'relative'}}>
<ListItemAvatar sx={{color: 'surface.contrastText', position: 'absolute', height: 'calc(100% - 16px)'}}>
<ListItemAvatar sx={{color: 'surface.contrastText', position: 'absolute', height: 'calc(100% - 10px)'}}>
{lang.toUpperCase()}
</ListItemAvatar>
<List
Expand Down

0 comments on commit 2138451

Please sign in to comment.