diff --git a/UI/BigComponents/AttributionPanel.ts b/UI/BigComponents/AttributionPanel.ts index 8b68a868d..a8fa38660 100644 --- a/UI/BigComponents/AttributionPanel.ts +++ b/UI/BigComponents/AttributionPanel.ts @@ -105,7 +105,7 @@ export default class AttributionPanel extends Combine { const sources = Utils.NoNull(Utils.NoEmpty(license.sources)) return new Combine([ - ``, + ``, new Combine([ new FixedUiElement(license.authors.join("; ")).SetClass("font-bold"), new Combine([license.license, @@ -122,7 +122,7 @@ export default class AttributionPanel extends Combine { ] ).SetClass("block") ]).SetClass("flex flex-col") - ]).SetClass("flex") + ]).SetClass("flex flex-wrap") } private static GenerateLicenses() {