Skip to content

Commit

Permalink
Fixed minor layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle committed Dec 11, 2024
1 parent 887e74f commit a16f921
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
22 changes: 11 additions & 11 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions lib/platform-bible-react/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function UiLanguageSelector({
}; */

return (
<div className={cn('pr-twp tw-max-w-sm tw-p-4', className)}>
<div className={cn('pr-twp tw-max-w-sm', className)}>
{/* Language Selector */}
<Select
name="uiLanguage"
Expand Down Expand Up @@ -154,7 +154,7 @@ export default function UiLanguageSelector({
{selectedLanguage !== 'en' && (
<>
<Label className="tw-ml-3">{selectFallbackLanguagesText}</Label>
<div>
<div className="tw-ml-3">
{/* Do not localize or "improve". This label is temporary. */}
<Label>
Currently:{'\u00A0'}
Expand Down

0 comments on commit a16f921

Please sign in to comment.