Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fixBug2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Feb 10, 2023
2 parents 24cb133 + 59cae9b commit 304524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Viewer/renderers/textInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export default function TextInput(props) {

return <React.Fragment>
<a name={id} />
<span className="textInputSurroundingBox" id={id} style={{display: "inline-flex"}}>
<span className="textInputSurroundingBox" id={id} style={{display: "inline-flex", maxWidth: "100%" }}>
{input}
{checkWorkButton}
</span>
Expand Down

0 comments on commit 304524d

Please sign in to comment.