commit | dea543ec9cf7a2a69d7145154c79deedc3e2fd6f | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@chromium.org> | Mon Feb 22 18:18:09 2016 -0500 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Feb 23 00:28:22 2016 +0000 |
tree | 3a338011e759376288988bcda0c1e74bbfc08a36 | |
parent | 6e87fc2c84a9434ffc047e15bb4cb378af96998c [diff] |
Fix missing semicolon in CSS for change list star position Change-Id: Idf72d73cccfafe8577c75d39625344dbe912ad0a
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index 982ef85..0cce6fb 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -101,7 +101,7 @@ } .star { align-items: flex-start; - padding-left: .35em + padding-left: .35em; padding-top: .4em; } .subject {