This commit is contained in:
Duncan Sommerville 2015-08-07 19:20:29 -04:00
parent cdc9f88c1c
commit bf6244c835
7 changed files with 39 additions and 71 deletions

View file

@ -38,6 +38,7 @@ div.ColVis_collectionBackground {
/* Usability hint */
.usability_hint {
left: 130px;
flex: 0 100%;
width: 100%;
}
@ -495,6 +496,10 @@ textarea {
left: 4px;
}
.inner_editor_wrapper {
width: 100%;
}
.spl-no-margin {
margin: 0;
}