Tweak composer button padding so it won't affect status

pull/21833/head
J. Ryan Stinnett 2019-01-11 20:00:12 -06:00
parent c76b273fae
commit 7d6b996952
1 changed files with 1 additions and 5 deletions

View File

@ -65,10 +65,6 @@ limitations under the License.
display: block;
}
.mx_MessageComposer .mx_AccessibleButton {
padding: 0 12px 0 0;
}
.mx_MessageComposer_composecontrols {
width: 100%;
}
@ -185,7 +181,7 @@ limitations under the License.
/*display: table-cell;*/
/*vertical-align: middle;*/
/*padding-left: 10px;*/
padding-right: 5px;
padding-right: 12px;
cursor: pointer;
padding-top: 4px;
}