fix integration
This commit is contained in:
@@ -3,12 +3,16 @@
|
||||
.sourcegraph-hover {
|
||||
max-width: 600px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sourcegraph-hover .sg-content {
|
||||
padding: 8px;
|
||||
font-size: 13px;
|
||||
overflow-y: auto;
|
||||
flex: 1;
|
||||
min-height: 0; /* Allow shrinking */
|
||||
}
|
||||
|
||||
.sourcegraph-hover .sg-content pre {
|
||||
|
||||
Reference in New Issue
Block a user