mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
explain negative margin
This commit is contained in:
parent
f9462d1012
commit
aef9323f21
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ limitations under the License.
|
||||||
.mx_MessageEditor {
|
.mx_MessageEditor {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: -7px -10px -5px -10px; // from fiddling around in inspector
|
// this is to try not make the text move but still have some
|
||||||
|
// padding around and in the editor.
|
||||||
|
// Actual values from fiddling around in inspector
|
||||||
|
margin: -7px -10px -5px -10px;
|
||||||
|
|
||||||
.mx_MessageEditor_editor {
|
.mx_MessageEditor_editor {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in a new issue