mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
fix chrome not right aligning buttons
This commit is contained in:
parent
578a183f49
commit
2544decab2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ limitations under the License.
|
|||
.mx_MessageEditor_buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue