author | Dalimil Hajek <dalimilhajek@gmail.com> |
Mon, 08 Aug 2016 03:00:00 -0400 | |
changeset 400792 | dbb9da97e0e1c021314baf7de44f82fd4a74058d |
parent 400791 | c73cad6f6773ad295e2029da453406947be089f8 |
child 400793 | 1d8463698f620725419b2a7f71680866e3b112de |
child 401003 | 88bb8f11c07a2bd43d644d37aee66f45ae42bc63 |
child 401221 | 20888e9b4401d6755f916ce83e5c431351a57e20 |
child 401287 | 1b7497bc22305a44a8f7df436aad819206217efb |
child 401728 | a56a4d9cb2ab424ce9be5f79809f136f1f8a641e |
push id | 26284 |
push user | mwein@mozilla.com |
push date | Mon, 15 Aug 2016 20:48:20 +0000 |
reviewers | Honza |
bugs | 1293141 |
milestone | 51.0a1 |
--- a/devtools/client/shared/components/tabs/tabs.css +++ b/devtools/client/shared/components/tabs/tabs.css @@ -30,17 +30,16 @@ } /* Make sure panel content takes entire vertical space. (minus the height of the tab bar) */ .tabs .panels { height: calc(100% - 24px); } -.tabs .tab-panel-box, .tabs .tab-panel { height: 100%; } /* Light Theme */ .theme-dark .tabs, .theme-light .tabs {