mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
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:
parent
1d6cf1dec6
commit
463f9d9db7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user