fix windows extension actions height

related to #8121
This commit is contained in:
Joao Moreno
2016-07-04 15:08:48 +02:00
parent 5d8fc948ac
commit 5a2e940948

View File

@@ -14,7 +14,7 @@
.extension-editor > .header {
display: flex;
height: 130px;
height: 128px;
background: rgba(128, 128, 128, 0.15);
padding: 20px;
overflow: hidden;
@@ -46,7 +46,6 @@
font-size: 26px;
line-height: 30px;
font-weight: 600;
line-height: normal;
white-space: nowrap;
}
@@ -102,7 +101,7 @@
}
.extension-editor > .body {
height: calc(100% - 170px);
height: calc(100% - 168px);
overflow: hidden;
}