Skip to content

Commit 84492d2

Browse files
Make sure the classifications don't wrap
1 parent a2c9ac7 commit 84492d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/data-extensions-editor/MethodClassifications.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ClassificationsContainer = styled.div`
1515

1616
const ClassificationTag = styled(VSCodeTag)`
1717
font-size: 0.75em;
18+
white-space: nowrap;
1819
`;
1920

2021
type Props = {

0 commit comments

Comments
 (0)