move editor padding to edit specific style file

as it will be different for the main composer
This commit is contained in:
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_input {
padding: 3px 6px;
white-space: pre-wrap;
word-wrap: break-word;
outline: none;

View file

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