a bit more horizontal padding for the editor
This commit is contained in:
parent
cf8189ed43
commit
aeea4ee83a
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@ limitations under the License.
|
|||
.mx_MessageEditor {
|
||||
border-radius: 4px;
|
||||
padding: 3px;
|
||||
margin: -7px -7px -5px -7px; // no idea why this is working
|
||||
margin: -7px -10px -5px -10px; // from fiddling around in inspector
|
||||
|
||||
.mx_MessageEditor_editor {
|
||||
border-radius: 4px;
|
||||
border: solid 1px #e9edf1;
|
||||
background-color: #ffffff;
|
||||
padding: 3px;
|
||||
padding: 3px 6px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in a new issue