Skip to content
Snippets Groups Projects
Commit 6142e400 authored by Jared Hancock's avatar Jared Hancock
Browse files

redactor: Fix misplaced placeholder

parent 170242e8
No related branches found
No related tags found
No related merge requests found
......@@ -124,16 +124,16 @@ body .redactor-box-fullscreen {
}
.redactor-placeholder:after {
position: absolute;
top: 20px;
left: 20px;
top: 10px;
left: 10px;
content: attr(placeholder);
color: #999 !important;
font-weight: normal !important;
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
top: 20px;
left: 20px;
top: 10px;
left: 10px;
}
/*
Toolbar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment