[PLT-4318] Display a message when post is over 4000 characters (#4687)

* test changes

* added functionality

* css updates

* additional css updates

* i18n updates

* textbox cleanup

* var naming tweak

* replaced jQuery with React-based UI changes
Этот коммит содержится в:
Nick Frazier
2016-12-06 18:49:36 -05:00
коммит произвёл Joram Wilander
родитель 3ea49822b3
Коммит ed15f10b79
5 изменённых файлов: 41 добавлений и 6 удалений

Просмотреть файл

@@ -27,6 +27,12 @@
.control-label {
top: 0;
&.post-error {
left: 32px;
top: 0px;
position: relative;
}
}
}