PLT-4943: Warn when editing a message > 4000 chars (#4789)

* added basic functionality

* css fixes

* css fixes part II: electric boogaloo

* removed css interference with theme changes, for this and post length error
Этот коммит содержится в:
Nick Frazier
2016-12-21 09:37:07 -05:00
коммит произвёл enahum
родитель f0b74e78dd
Коммит 26e43c671c
7 изменённых файлов: 63 добавлений и 26 удалений

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

@@ -31,6 +31,21 @@
.suggestion-list__content {
max-height: 150px;
}
.edit-post-footer {
font-size: 13px;
position: relative;
display: inline-block;
.post-error {
position: relative;
font-weight: normal;
margin-bottom: 0;
font-size: .85em;
@include opacity(.55);
top: 3px;
}
}
}
.row--invite {