← All changes
|
includes/extensions/Custom_Code_Manager/assets/admin.css
+8
-0
51.1.64
→
51.1.83
View file →
| @@ -482,12 +482,20 @@ | ||
| 482 | 482 | ============================================ */ |
| 483 | 483 | |
| 484 | 484 | .kng-cc-header { |
| 485 | 485 | display: flex; |
| 486 | + flex-wrap: wrap; | |
| 486 | 487 | justify-content: space-between; |
| 487 | 488 | align-items: flex-start; |
| 488 | 489 | margin-bottom: 48px; |
| 489 | 490 | gap: 24px; |
| 491 | +} | |
| 492 | + | |
| 493 | +.kng-cc-header-left { | |
| 494 | + /* Keep the title readable instead of letting the action group squeeze it; | |
| 495 | + below this width the header wraps onto two rows. */ | |
| 496 | + flex: 1 1 420px; | |
| 497 | + min-width: 0; | |
| 490 | 498 | } |
| 491 | 499 | |
| 492 | 500 | .kng-cc-header-left { |
| 493 | 501 | display: flex; |