Skip to content

Commit

Permalink
Merge pull request #4310 from specify/issue-4212
Browse files Browse the repository at this point in the history
Confine the app resource editor to the width of screen when line wrap…
  • Loading branch information
CarolineDenis authored Dec 22, 2023
2 parents 685432d + c16dd53 commit eacd1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export function AppResourceEditor({
);

return typeof resourceData === 'object' ? (
<Container.Base className="flex-1 overflow-auto sm:overflow-visible">
<Container.Base className="flex-1 overflow-auto">
<DataEntry.Header className="flex-wrap">
<div className="flex items-center justify-center gap-2">
<div className="hidden md:block">
Expand Down

0 comments on commit eacd1f1

Please sign in to comment.