Skip to content

Commit

Permalink
fix truncated text issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jul 18, 2022
1 parent 567da0a commit 6d42400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oarepo_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

from .ext import OARepoUIExtension

__version__ = "4.0.4"
__version__ = "4.0.5"

__all__ = ('__version__', 'OARepoUIExtension')
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const TruncatedText = ({

return (
(expanded && (
<p className={truncatedClass} style={style} {...rest}>
<p style={style} {...rest}>
{data}
{ExpandToggle}
</p>
Expand Down

0 comments on commit 6d42400

Please sign in to comment.