CSS and display fixes

This commit is contained in:
Duncan Sommerville 2015-11-16 12:07:53 -05:00
parent 610d860d6a
commit 08f5aa51a6
6 changed files with 28 additions and 6 deletions

View file

@ -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%;