Skip to content

Commit

Permalink
Merge pull request #72 from markusguenther/bugfix/label-wrap
Browse files Browse the repository at this point in the history
[BUGFIX] Prevent line breaks in tabs
  • Loading branch information
mficzel authored Jan 7, 2025
2 parents e0849d5 + 4bffc67 commit e7883f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Neos.Ui/core/src/presentation/IconLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const Container = styled.div`
display: flex;
align-items: center;
gap: 8px;
white-space: nowrap;
`;

export const IconLabel: React.FC<{
Expand All @@ -16,4 +17,4 @@ export const IconLabel: React.FC<{
<Icon icon={props.icon}/>
{props.children}
</Container>
);
);
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Plugin.js

Large diffs are not rendered by default.

0 comments on commit e7883f8

Please sign in to comment.