mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 13:04:35 +00:00
style(ui): update component styles with spacing, padding, and typography adjustments for improved layout
This commit is contained in:
@@ -2840,16 +2840,16 @@
|
||||
}
|
||||
|
||||
.ov-log-tail-content {
|
||||
margin-top: 12px;
|
||||
max-height: 250px;
|
||||
margin-top: 10px;
|
||||
max-height: 220px;
|
||||
overflow: auto;
|
||||
font-family: var(--mono);
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
background: var(--bg-inset, var(--bg));
|
||||
padding: 12px;
|
||||
padding: 10px;
|
||||
border-radius: var(--radius);
|
||||
border: 1px solid var(--border);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user