Prevent progress text overlapping activity controls
This commit is contained in:
@@ -100,8 +100,9 @@
|
||||
.bu-custom-cron { margin-top: 14px; }
|
||||
.bu-event-options { display: flex; flex-wrap: wrap; gap: 10px; }
|
||||
.bu-progress-wrap { min-width: 0; width: 100%; }
|
||||
.bu-progress-label { align-items: center; display: flex; font-size: 12px; gap: 8px; justify-content: space-between; margin-bottom: 5px; }
|
||||
.bu-progress-label span { color: var(--bu-muted); overflow-wrap: anywhere; text-align: right; }
|
||||
.bu-progress-label { align-items: start; display: grid; font-size: 12px; gap: 4px 8px; grid-template-columns: auto minmax(0, 1fr); margin-bottom: 5px; max-width: 100%; }
|
||||
.bu-progress-label strong { white-space: nowrap; }
|
||||
.bu-progress-label span { color: var(--bu-muted); min-width: 0; overflow-wrap: anywhere; text-align: right; white-space: normal; word-break: normal; }
|
||||
.bu-progress { background: var(--bu-panel-alt); border: 1px solid var(--bu-border); border-radius: 999px; height: 12px; overflow: hidden; }
|
||||
.bu-progress span { background: var(--bu-accent); display: block; height: 100%; min-width: 0; transition: width .35s ease; }
|
||||
.bu-progress.indeterminate span { animation: bu-progress-scan 1.2s ease-in-out infinite alternate; }
|
||||
@@ -240,6 +241,8 @@
|
||||
.bu-schedule-grid { grid-template-columns: 1fr; }
|
||||
.bu-form-grid { grid-template-columns: 1fr; }
|
||||
.bu-chart-grid-layout { grid-template-columns: 1fr; }
|
||||
.bu-progress-label { grid-template-columns: 1fr; }
|
||||
.bu-progress-label span { text-align: left; }
|
||||
.bu-header { align-items: flex-start; flex-direction: column; gap: 12px; }
|
||||
.bu-table { display: block; overflow-x: auto; }
|
||||
.bu-table-actions { min-width: 240px; }
|
||||
|
||||
Reference in New Issue
Block a user