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:
commit
d3a2b03bb7
@ -23,8 +23,11 @@ export const DockerLogsId: React.FC<Props> = ({ id, containerId }) => {
|
||||
cursorBlink: true,
|
||||
cols: 80,
|
||||
rows: 30,
|
||||
lineHeight: 1.4,
|
||||
lineHeight: 1.25,
|
||||
fontWeight: 400,
|
||||
fontSize: 14,
|
||||
fontFamily:
|
||||
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
|
||||
|
||||
convertEol: true,
|
||||
theme: {
|
||||
|
@ -102,12 +102,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#terminal span {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0px !important;
|
||||
}
|
||||
|
||||
/* Codemirror */
|
||||
.cm-editor {
|
||||
@apply w-full h-full rounded-md overflow-hidden border border-solid border-border outline-none;
|
||||
|
Loading…
Reference in New Issue
Block a user