mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
fix(ui): tighten cron row overflow constraints
This commit is contained in:
@@ -1662,7 +1662,6 @@
|
||||
font-size: 15px;
|
||||
letter-spacing: -0.015em;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.cron-job {
|
||||
@@ -1715,7 +1714,6 @@
|
||||
font-size: 13px;
|
||||
line-height: 1.35;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.cron-job-state {
|
||||
@@ -1744,6 +1742,7 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.cron-job-status-pill {
|
||||
|
||||
Reference in New Issue
Block a user