Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ResizableBox: Ensure tooltip text remains on a single line
  • Loading branch information
andrewserong committed Mar 22, 2022
commit ed6cd22a29181c7332e054f6b27efa026cfe0343
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ export const LabelText = styled( Text )`
display: block;
font-size: 13px;
line-height: 1.4;
white-space: nowrap;
}
`;