mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #268 from lorenzomigliorero/fix/terminal-select-text
fix: terminal monospace font
This commit is contained in:
@@ -23,8 +23,11 @@ export const DockerLogsId: React.FC<Props> = ({ id, containerId }) => {
|
|||||||
cursorBlink: true,
|
cursorBlink: true,
|
||||||
cols: 80,
|
cols: 80,
|
||||||
rows: 30,
|
rows: 30,
|
||||||
lineHeight: 1.4,
|
lineHeight: 1.25,
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
|
fontSize: 14,
|
||||||
|
fontFamily:
|
||||||
|
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
|
||||||
|
|
||||||
convertEol: true,
|
convertEol: true,
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
@@ -102,12 +102,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#terminal span {
|
|
||||||
font-family: "Inter", sans-serif;
|
|
||||||
font-weight: 500;
|
|
||||||
letter-spacing: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Codemirror */
|
/* Codemirror */
|
||||||
.cm-editor {
|
.cm-editor {
|
||||||
@apply w-full h-full rounded-md overflow-hidden border border-solid border-border outline-none;
|
@apply w-full h-full rounded-md overflow-hidden border border-solid border-border outline-none;
|
||||||
|
|||||||
Reference in New Issue
Block a user