🎨 full width for send toot button

This commit is contained in:
Baptiste Lemoine 2019-12-23 12:24:29 +01:00
parent 879a6ef656
commit ff53301fdb
1 changed files with 5 additions and 0 deletions

View File

@ -964,3 +964,8 @@ code {
flex-direction: row;
}
}
.compose-form__publish-button-wrapper {
width: 100%;
display: block;
}