diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-30 08:26:08 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-30 08:26:08 +0200 |
commit | 926e010ef373d0d9421754c81917ab9ca4bd3469 (patch) | |
tree | a30b2dcbc3bd0413ac8e75adf1ca832e7fb5977e /extensions/BugModal | |
parent | 34266a4c9a7a8cb4550a5cbb1a7e7c4c585a4e47 (diff) | |
download | bugzilla-926e010ef373d0d9421754c81917ab9ca4bd3469.tar.gz bugzilla-926e010ef373d0d9421754c81917ab9ca4bd3469.tar.xz |
Bug 1149026: comment/activity buttons are not top-aligned
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index b8be9d84d..b8ce1f584 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -469,6 +469,7 @@ td.flag-requestee { .comment-actions { white-space: nowrap; + vertical-align: top; padding: 2px 2px 0 0 !important; } |