New: Wrap specifications in Custom Format and Auto Tagging modals

(cherry picked from commit 7b8d606a1bed6257d7942de47576c1505fd9cb57)
pull/4918/head
Stevie Robinson 4 months ago committed by Bogdan
parent 9560991327
commit 2328611472

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

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

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

@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'addSpecification': string;
'autoTaggings': string;
'center': string;
'deleteButton': string;
'rightButtons': string;

Loading…
Cancel
Save