diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 00:18:19 +0200 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2018-09-24 00:18:19 +0200 |
commit | ab743ac5f848e2168110b1d9720c893a89c04e7e (patch) | |
tree | 84982a87c7f221072806f3c76c32c4a49730e01f /extensions/BMO/web/styles | |
parent | 33b395b5761d143de7c06fc159cdb491a1f1654b (diff) | |
download | bugzilla-ab743ac5f848e2168110b1d9720c893a89c04e7e.tar.gz bugzilla-ab743ac5f848e2168110b1d9720c893a89c04e7e.tar.xz |
Bug 1470536 - Add new GeckoView product to easy product selector on Browse and Enter Bug pages
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r-- | extensions/BMO/web/styles/choose_product.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/web/styles/choose_product.css b/extensions/BMO/web/styles/choose_product.css index bcca3428e..5fd8c49e7 100644 --- a/extensions/BMO/web/styles/choose_product.css +++ b/extensions/BMO/web/styles/choose_product.css @@ -23,7 +23,7 @@ #product-list .tile { display: flex; flex-wrap: wrap; - justify-content: flex-start; + justify-content: center; margin: 0 auto; } |