Skip to content

Commit

Permalink
Fix overlay styles in codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Dec 13, 2023
1 parent 559af4e commit b9d1df6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
position: absolute;
top: 0;
width: 100%;
height: 90%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function CommandOutput(props: ICommandSectionProps) {
<EuiCodeBlock
style={{
zIndex: '100',
wordWrap: 'break-word',
}}
language='tsx'
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
margin-top: 10px;
}

.euiToolTipAnchor {
margin-left: 7px;
}

.subtitleAgentName {
flex-direction: 'row';
font-style: 'normal';
Expand Down

0 comments on commit b9d1df6

Please sign in to comment.