Ines Almeida has proposed merging ~ines-almeida/launchpad:fix-beta-banner into launchpad:master.
Commit message: Fix Beta banner LP: #2026864 Requested reviews: Launchpad code reviewers (launchpad-reviewers) Related bugs: Bug #2026864 in Launchpad itself: "Beta Banner Appears Broken" https://bugs.launchpad.net/launchpad/+bug/2026864 For more details, see: https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/446593 Before: https://pasteboard.co/QbjesVrBdGHF.png After: https://pasteboard.co/CSiHKie5j3ww.png -- Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:fix-beta-banner into launchpad:master.
diff --git a/lib/canonical/launchpad/icing/css/modifiers.scss b/lib/canonical/launchpad/icing/css/modifiers.scss index 8600450..8e69d67 100644 --- a/lib/canonical/launchpad/icing/css/modifiers.scss +++ b/lib/canonical/launchpad/icing/css/modifiers.scss @@ -116,8 +116,8 @@ div { background-color: #c24848; margin-bottom: 7px; margin-top: 7px; - height: 10px; width: 175px; + padding: 1px 4px; img { height: 10px;
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : launchpad-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp