small fixes to post form
This commit is contained in:
parent
7116881b96
commit
488a448f96
2 changed files with 3 additions and 1 deletions
|
|
@ -815,9 +815,11 @@ option {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
||||||
|
p,
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dismiss {
|
.dismiss {
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
.preview-heading {
|
.preview-heading {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-toggle {
|
.preview-toggle {
|
||||||
|
|
@ -106,7 +107,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
margin-left: -0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visibility-notice {
|
.visibility-notice {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue