move editor padding to edit specific style file

as it will be different for the main composer
pull/21833/head
Bruno Windels 2019-08-06 17:02:47 +02:00
parent d22745a5b2
commit 92d7263046
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
.mx_BasicMessageComposer { .mx_BasicMessageComposer {
.mx_BasicMessageComposer_input { .mx_BasicMessageComposer_input {
padding: 3px 6px;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
outline: none; outline: none;

View File

@ -30,6 +30,7 @@ limitations under the License.
border: solid 1px $primary-hairline-color; border: solid 1px $primary-hairline-color;
background-color: $primary-bg-color; background-color: $primary-bg-color;
max-height: 200px; max-height: 200px;
padding: 3px 6px;
&:focus { &:focus {
border-color: $accent-color-50pct; border-color: $accent-color-50pct;