Bug 1331164 - The checkbox with the record call stack label is now vertically aligned in Memory tab. r=ntim

--HG--
extra : rebase_source : 76b322adfe68dc4deec91ed1ce75fa04c2b4a466
This commit is contained in:
Towkir Ahmed 2017-01-18 06:48:00 -05:00
parent 4178bf325e
commit 86af597599

View File

@ -97,6 +97,8 @@ html, body, #app, #memory-tool {
.devtools-toolbar > label {
margin-inline-end: 5px;
display: flex;
align-items: center;
}
#select-view {