New: Wrap specifications in Custom Format and Auto Tagging modals

pull/6980/head
Stevie Robinson 7 months ago committed by GitHub
parent 6a4824c029
commit 7b8d606a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
} }

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

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

Loading…
Cancel
Save