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:
@@ -356,7 +356,7 @@
|
||||
.umb-panel-header-content-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100px;
|
||||
height: 99px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user