From 9ff88813f05af9fdb1b848b12735c0c316312680 Mon Sep 17 00:00:00 2001 From: Lakshmi Shree A Date: Mon, 11 Mar 2024 13:52:27 +0530 Subject: [PATCH] feat: Left align all the contents of the footer (#134) This PR updates the footer such that all the footer contents are uniformly aligned to the left. ![Screenshot 2024-02-20 184925](https://github.com/jenkins-infra/jenkins-io-components/assets/117621286/d6997422-6454-43b9-972a-a7f306f3a4a1) --- src/jio-footer.css | 4 ++++ src/jio-footer.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/jio-footer.css b/src/jio-footer.css index 2953d89..dcc227b 100644 --- a/src/jio-footer.css +++ b/src/jio-footer.css @@ -51,6 +51,10 @@ a { vertical-align: top; } +.col1 { + padding-left: 0; +} + li, ul { display: block; diff --git a/src/jio-footer.ts b/src/jio-footer.ts index 36c108e..9921bf8 100644 --- a/src/jio-footer.ts +++ b/src/jio-footer.ts @@ -72,7 +72,7 @@ export class Footer extends LitElement {