Don't apply special styles React mini editors

This commit is contained in:
Nathan Sobo 2014-07-24 12:55:47 -07:00
parent c8aea97f16
commit c1ec87c41b

View File

@ -83,6 +83,10 @@
} }
} }
} }
.placeholder-text {
color: @text-color-subtle;
}
} }
.editor { .editor {
@ -279,7 +283,7 @@
z-index: -1; z-index: -1;
} }
.editor.mini { .editor.mini:not(.react) {
height: auto; height: auto;
line-height: 25px; line-height: 25px;