12 lines
182 B
CSS
12 lines
182 B
CSS
.mx_MessageComposer {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
right: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 36px;
|
|
}
|
|
|
|
.mx_MessageComposer textarea {
|
|
width: 100%;
|
|
}
|