From 69d4ea765ceca3aac8e872bc33c0225ed77c335b Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 3 Jul 2021 14:54:35 +0200 Subject: [PATCH] Tweak styling for small screens --- UI/BigComponents/AttributionPanel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {