Skip to content

Commit

Permalink
style: wider chart drawer + alt show transl
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 6, 2024
1 parent ac57386 commit 2b1c42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/components/Overview/Drawer/ManageChartsDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ManageChartsDrawer = ({ onManageDrawerClose, manageDrawerVisible }: Manage
open={manageDrawerVisible}
// If we're on a small device, make the drawer full-screen width instead of a fixed width.
// The default value for Ant Design is 372.
width={isSmallScreen ? '100vw' : 400}
width={isSmallScreen ? '100vw' : 420}
extra={
<Space>
<Button
Expand Down
2 changes: 1 addition & 1 deletion src/public/locales/fr/default_translation_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Download DATS File": "Télécharcher le fichier DATS",
"Charts": "Tableaux",
"Manage Charts": "Gestion des tableaux",
"Show All": "Aff. tous",
"Show All": "Montrer tous",
"Reset": "Réinit.",
"Hide All": "Cacher tous",
"Remove this chart": "Supprimer ce tableau",
Expand Down

0 comments on commit 2b1c42a

Please sign in to comment.