Skip to content

Commit

Permalink
Insufficiently used space doesn't allow preview of whole name for fea…
Browse files Browse the repository at this point in the history
…tures (#4761)

* Fixed the 'Insufficiently used space doesn't allow preview of whole name for features' issue

* Fix: Text do not effect or push other objects

* Update js/packages/components/items/Text.priv.tsx

Yes that works!

Co-authored-by: Iuri <689440+iuricmp@users.noreply.github.com>
Signed-off-by: Mohammed Shakir <45624117+mohammed-shakir@users.noreply.github.com>

---------

Signed-off-by: Mohammed Shakir <45624117+mohammed-shakir@users.noreply.github.com>
Co-authored-by: syko240 <andrepost@hotmail.se>
Co-authored-by: Iuri <689440+iuricmp@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 2, 2024
1 parent a0b749e commit 9313919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/packages/components/items/Text.priv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const TextPriv: React.FC<{}> = props => {

const styles = StyleSheet.create({
container: {
width: '75%',
width: '90%',
flexShrink: 1,
},
})

0 comments on commit 9313919

Please sign in to comment.