diff --git a/UI/Popup/TagRenderingQuestion.ts b/UI/Popup/TagRenderingQuestion.ts index 9193b89277..d0652e489a 100644 --- a/UI/Popup/TagRenderingQuestion.ts +++ b/UI/Popup/TagRenderingQuestion.ts @@ -141,14 +141,12 @@ export default class TagRenderingQuestion extends Combine { question, inputElement, new Combine([ - new VariableUiElement(feedback.map(t => t?.SetClass("alert") ?? "")).SetClass("grid justify-items-center"), + new VariableUiElement(feedback.map(t => t?.SetStyle("padding-left: 0.75rem; padding-right: 0.75rem")?.SetClass("alert flex") ?? bottomTags)), new Combine([ new Combine([options.cancelButton]), saveButton]).SetClass("flex justify-end flex-wrap-reverse") - ]).SetClass("flex mt-2 justify-between") - , - bottomTags, + ]).SetClass("flex mt-2 justify-between"),Them new Toggle(Translations.t.general.testing.SetClass("alert"), undefined, state.featureSwitchIsTesting) ]) diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css index c824072850..0872c2d754 100644 --- a/css/index-tailwind-output.css +++ b/css/index-tailwind-output.css @@ -1148,10 +1148,6 @@ video { width: 2.75rem; } -.w-64 { - width: 16rem; -} - .w-4 { width: 1rem; } @@ -1308,10 +1304,6 @@ video { justify-content: space-between; } -.justify-items-center { - justify-items: center; -} - .gap-4 { gap: 1rem; } diff --git a/test/ValidatedTextFieldTranslations.spec.ts b/test/ValidatedTextFieldTranslations.spec.ts index 72c7105d40..1bb2827492 100644 --- a/test/ValidatedTextFieldTranslations.spec.ts +++ b/test/ValidatedTextFieldTranslations.spec.ts @@ -19,7 +19,7 @@ export default class ValidatedTextFieldTranslationsSpec extends T { const errs = [].concat(...allErrors) if (errs.length > 0) { errs.forEach(e => console.log(e)) - // throw errs.join("\n") + // throw errs.join("\n") } }] ]);