apply 34px margin the mx_EventTile_content also has
so width of editor stay the same as content (unrelated to pills, really)
This commit is contained in:
parent
5d80c3a2a4
commit
2bacabc002
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
// this is to try not make the text move but still have some
|
// this is to try not make the text move but still have some
|
||||||
// padding around and in the editor.
|
// padding around and in the editor.
|
||||||
// Actual values from fiddling around in inspector
|
// Actual values from fiddling around in inspector
|
||||||
margin: -7px -10px -5px -10px;
|
margin: -7px 24px -5px -10px; // right margin: -10px + 34px
|
||||||
|
|
||||||
.mx_MessageEditor_editor {
|
.mx_MessageEditor_editor {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -90,7 +90,7 @@ limitations under the License.
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: 0 -110px 0 0;
|
margin: 0 -110px 0 0;
|
||||||
padding-right: 104px;
|
padding-right: 138px;
|
||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue