Fixed .umb-panel-header-content-wrapper height

The .umb-panel-header-content-wrapper was 1 pixel higher than the parent .umb-panel-header, now both heights are 99px.
This commit is contained in:
Ronald Barendse
2017-09-04 11:22:56 +02:00
committed by GitHub
parent 617a91c57e
commit 207d6b53b5

View File

@@ -356,7 +356,7 @@
.umb-panel-header-content-wrapper {
display: flex;
flex-direction: column;
height: 100px;
height: 99px;
padding: 0 20px;
}