Skip to content

Commit 1d2a22a

Browse files
committed
Fix Badge for method modelling
1 parent 718cdc9 commit 1d2a22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/model-editor/MethodRow.tsx

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

5656
const UsagesButton = styled(Badge)`
5757
cursor: pointer;
58+
display: table;
5859
`;
5960

6061
const ViewLink = styled(Link)`

0 commit comments

Comments
 (0)