Skip to content

Commit

Permalink
Fix small UI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Jan 29, 2025
1 parent dde3e5d commit eb52ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const EditContent = () => {
const presetName = options.find((o) => o.presetKey === preset)?.name;

return (
<Stack direction="column" alignItems="flex-start">
<Stack direction="column" alignItems="flex-start" width="100%">
<Stack
direction="row"
gap={1}
Expand Down
4 changes: 2 additions & 2 deletions src/locales/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export default {
'support_us.add_content': `Zakreslete lezecké cesty`,
'support_us.develop': `Umíte programovat? Pošlete pull request do repozitáře.`,
'support_us.contribute_financially': `Přispějte finančně`,
'support_us.thanks': `Thank you!`,
'support_us.bitcoin_dialog_title': `Support us with Bitcoin`,
'support_us.thanks': `Děkujeme`,
'support_us.bitcoin_dialog_title': `Podpořte nás Bitcoinem`,

'searchbox.placeholder': 'Prohledat OpenStreetMap',
'searchbox.category': 'kategorie',
Expand Down

0 comments on commit eb52ace

Please sign in to comment.