File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
shared/components/inlineLabels Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $dashboard-grid-gap: $cf-marg-a;
2121 padding-bottom : $cf-marg-d ;
2222 display : grid ;
2323 grid-template-columns : minmax (100% , 1fr );
24- grid-auto-rows : $cf-space-3xl + $cf-space-3xl + $cf-space-m ;
24+ grid-auto-rows : min-content ;
2525 grid-column-gap : $dashboard-grid-gap ;
2626 grid-row-gap : $dashboard-grid-gap ;
2727 height : 100% ;
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ $inline-labels--margin: $ix-border / 2;
1717 flex-wrap : wrap ;
1818 padding : $inline-labels--margin ;
1919 column-gap : $cf-space-3xs ;
20+ row-gap : $cf-space-3xs ;
2021
2122 > .cf-label {
2223 margin : $inline-labels--margin ;
Original file line number Diff line number Diff line change 99 display : flex ;
1010 align-items : center ;
1111 column-gap : $cf-space-3xs ;
12+ row-gap : $cf-space-3xs ;
1213}
1314
1415.inline-labels--add-wrapper {
You can’t perform that action at this time.
0 commit comments