author | Steve Chung <schung@mozilla.com> |
Wed, 20 Jul 2016 11:47:04 +0800 | |
changeset 306060 | db0243f4762576ce4874d56bd3c92c56fcf78ab7 |
parent 306059 | 259109f5fadae72d9cf7d1a004f69bd94711b600 |
child 306061 | fc1d44b2cb7b7d7c47a365bddfc23ff991505003 |
push id | 79765 |
push user | cbook@mozilla.com |
push date | Thu, 21 Jul 2016 14:26:34 +0000 |
treeherder | mozilla-inbound@ab54bfc55266 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | pbro |
bugs | 1287391 |
milestone | 50.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
devtools/client/shared/components/tabs/tabbar.css | file | annotate | diff | comparison | revisions | |
devtools/client/shared/components/tabs/tabs.css | file | annotate | diff | comparison | revisions |
--- a/devtools/client/shared/components/tabs/tabbar.css +++ b/devtools/client/shared/components/tabs/tabbar.css @@ -43,12 +43,12 @@ flex-grow: 1; } .tabs .tabs-navigation .tabs-menu-item a { text-align: center; } /* Firebug theme doesn't stretch the tabs. */ -.theme-firebug .tabs .tabs-navigation .tabs-menu { - display: block; +.theme-firebug .tabs .tabs-navigation .tabs-menu-item { + flex-grow: 0; }
--- a/devtools/client/shared/components/tabs/tabs.css +++ b/devtools/client/shared/components/tabs/tabs.css @@ -12,17 +12,17 @@ .tabs .tabs-menu { display: table; list-style: none; padding: 0; margin: 0; } .tabs .tabs-menu-item { - float: left; + float: inline-start; } .tabs .tabs-menu-item a { display: block; color: #A9A9A9; padding: 4px 8px; border: 1px solid transparent; text-decoration: none;