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
Этот коммит содержится в:
коммит произвёл
enahum
родитель
f0b74e78dd
Коммит
26e43c671c
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user