Skip to content

Commit 3489c26

Browse files
authored
Styling updates to method modeling panel (#2888)
1 parent 6b52281 commit 3489c26

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

extensions/ql-vscode/src/view/method-modeling/MethodModeling.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ const DependencyContainer = styled.div`
2727
flex-direction: row;
2828
align-items: center;
2929
gap: 0.5em;
30-
background-color: var(--vscode-textBlockQuote-background);
30+
background-color: var(--vscode-editor-background);
31+
border: 0.05rem solid var(--vscode-panelSection-border);
3132
border-radius: 0.3rem;
32-
border-color: var(--vscode-textBlockQuote-border);
3333
padding: 0.5rem;
34+
word-wrap: break-word;
35+
word-break: break-all;
3436
`;
3537

3638
export type MethodModelingProps = {

0 commit comments

Comments
 (0)