New: Wrap specifications in Custom Format modals

(cherry picked from commit 7b8d606a1bed6257d7942de47576c1505fd9cb57)

Towards #3570
pull/3506/head
Stevie Robinson 6 months ago committed by Bogdan
parent 77cf28bd78
commit 3d9d7d3582

@ -25,3 +25,8 @@
border-radius: 4px; border-radius: 4px;
background-color: var(--cardCenterBackgroundColor); background-color: var(--cardCenterBackgroundColor);
} }
.customFormats {
display: flex;
flex-wrap: wrap;
}

@ -3,6 +3,7 @@
interface CssExports { interface CssExports {
'addSpecification': string; 'addSpecification': string;
'center': string; 'center': string;
'customFormats': string;
'deleteButton': string; 'deleteButton': string;
'rightButtons': string; 'rightButtons': string;
} }

Loading…
Cancel
Save