mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 23:49:39 +08:00
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;
|
float: left;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-spacer {
|
.d-editor-spacer {
|
||||||
|
@ -359,6 +359,9 @@
|
|||||||
.d-editor-input {
|
.d-editor-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.d-editor-button-bar {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.d-editor-preview-wrapper {
|
.d-editor-preview-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user