Tweak composer button padding so it won't affect status

This commit is contained in:
J. Ryan Stinnett 2019-01-11 20:00:12 -06:00
parent c76b273fae
commit 7d6b996952

View file

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