FIX: Hairline should extend the full width when preview is hidden

This commit is contained in:
Robin Ward 2015-12-07 12:51:58 -05:00
parent a37d575d7d
commit 5f995323e1
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,6 @@
float: left;
margin-right: 6px;
}
}
.d-editor-spacer {

View File

@ -359,6 +359,9 @@
.d-editor-input {
width: 100%;
}
.d-editor-button-bar {
width: 100%;
}
.d-editor-preview-wrapper {
display: none;
}