We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856f80 commit ca3a65dCopy full SHA for ca3a65d
1 file changed
styles.css
@@ -342,6 +342,7 @@ details summary::-webkit-details-marker { margin-right: 6px; }
342
343
/* Style for the variable line flex direction column*/
344
.varline {
345
+ flex-wrap: wrap;
346
display: flex;
347
padding: 8px 10px;
348
border-radius: 4px;
@@ -376,11 +377,11 @@ details summary::-webkit-details-marker { margin-right: 6px; }
376
377
.var-actions {
378
379
order: -1;
- margin-right: 8px;
380
+ margin-left: "auto";
381
gap: 4px;
382
flex-shrink: 0; /* Prevent shrinking */
383
justify-content: flex-end; /* Align items to the right */
- align-items: center; /* Center items vertically */
384
+ align-items: left; /* Center items vertically */
385
}
386
387
.var-header {
0 commit comments