Merge pull request #1414 from bjarnef/dev-v7-U4-8805

Ensure editing area use full height when it only has a little...
This commit is contained in:
Simon Busborg
2016-08-05 10:53:13 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
contains styling for all main editor directives
*/
.umb-editor-wrapper{
.umb-editor-wrapper {
background: white;
position: absolute;
top: 0;
@@ -11,8 +11,13 @@
bottom: 0;
display: flex;
flex-direction: column;
}
> form {
display: flex;
flex-direction: column;
height: 100%;
}
}
.umb-editor-header {
background: @grayLighter;