We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ba69c commit e3cd405Copy full SHA for e3cd405
1 file changed
styles.css
@@ -358,12 +358,14 @@ details summary::-webkit-details-marker { margin-right: 6px; }
358
gap: 6px;
359
flex-wrap: wrap;
360
min-width: 0; /* Allow text truncation if needed */
361
+ flex: 1;
362
}
363
364
/* Ensure buttons and actions stay on the right */
365
.var-actions {
- margin-left: auto;
366
display: flex;
367
+ order: -1;
368
+ margin-right: 8px;
369
gap: 4px;
370
flex-shrink: 0; /* Prevent shrinking */
371
justify-content: flex-end; /* Align items to the right */
0 commit comments