Add composer controls wrapper to set correct width on the composer controls wrapper div
This commit is contained in:
parent
66e36e9d40
commit
cfcb050822
2 changed files with 6 additions and 2 deletions
|
@ -37,6 +37,10 @@ limitations under the License.
|
|||
display: block;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_composecontrols {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_noperm_error {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue