Commit 242143df authored by Дмитрий Никулин's avatar Дмитрий Никулин Committed by Vitaly Lipatov

Prevent textarea size bug on mobile

parent c2f1d673
...@@ -722,6 +722,7 @@ pre.field_textarea_readonly { ...@@ -722,6 +722,7 @@ pre.field_textarea_readonly {
#comment { #comment {
margin: 0px 0px 1em 0px; margin: 0px 0px 1em 0px;
max-height: 375px; /* mobile Chrome bug prevention */
} }
/*******************/ /*******************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment