Skip to content

Commit e3cd405

Browse files
committed
i listen to the ai
1 parent 42ba69c commit e3cd405

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,14 @@ details summary::-webkit-details-marker { margin-right: 6px; }
358358
gap: 6px;
359359
flex-wrap: wrap;
360360
min-width: 0; /* Allow text truncation if needed */
361+
flex: 1;
361362
}
362363

363364
/* Ensure buttons and actions stay on the right */
364365
.var-actions {
365-
margin-left: auto;
366366
display: flex;
367+
order: -1;
368+
margin-right: 8px;
367369
gap: 4px;
368370
flex-shrink: 0; /* Prevent shrinking */
369371
justify-content: flex-end; /* Align items to the right */

0 commit comments

Comments
 (0)