medium-editor icon indicating copy to clipboard operation
medium-editor copied to clipboard

Cant align placeholder

Open Katerou22 opened this issue 5 years ago • 1 comments

Cant align placeholder into the center or the right, but can change color of it:

.medium-editor-placeholder:after { text-align: right; color: red; float: right; direction: rtl; }

color will be red, but text-align ? none!

Katerou22 avatar Aug 31 '18 20:08 Katerou22

.medium-editor-placeholder:after {
  right: 0px;
  left: unset;
}

derakhshanfar avatar Jun 16 '21 09:06 derakhshanfar