FIX: Hairline should extend the full width when preview is hidden
This commit is contained in:
parent
a37d575d7d
commit
5f995323e1
|
@ -46,7 +46,6 @@
|
|||
float: left;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.d-editor-spacer {
|
||||
|
|
|
@ -359,6 +359,9 @@
|
|||
.d-editor-input {
|
||||
width: 100%;
|
||||
}
|
||||
.d-editor-button-bar {
|
||||
width: 100%;
|
||||
}
|
||||
.d-editor-preview-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue