CSS and display fixes
This commit is contained in:
parent
610d860d6a
commit
08f5aa51a6
6 changed files with 28 additions and 6 deletions
|
@ -505,7 +505,6 @@ li.ui-state-default {
|
|||
}
|
||||
|
||||
.inner_editor_wrapper {
|
||||
max-height: 60%;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
flex: 1 0 auto;
|
||||
|
@ -515,6 +514,10 @@ li.ui-state-default {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.angular_wrapper > .inner_editor_wrapper {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.inner_editor_title h2 {
|
||||
margin: 10px 0 0 10px;
|
||||
width: 70%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue