Summary field looked out of place.

Summary field wasnt formated correctly 

https://pasteboard.co/GTFzo8K.png

this css will make it look like 

https://pasteboard.co/GTFzQkq.png
This commit is contained in:
Michael James 2017-11-14 22:40:23 +00:00 committed by GitHub
parent 1d6cf1dec6
commit 463f9d9db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -127,3 +127,6 @@
margin-left: 4px; }
.blog-cms-categorisation button.action {
margin-left: 5px; }
#Form_EditForm_Summary_Holder .form__field-holder.form__field-holder--no-label {
margin: 20px 0 10px 0;
}