Details
Description
While fixing MDL-51127 it was suggested that the 'message' button be placed nearer to the User image, by changing the float direction in the CSS.
.page-context-header .header-button-group { float: left;}
|
and for RTL languages:
.dir-rtl .page-context-header .header-button-group { float: right; }
|