Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fee4802

Browse files
committed
Use correct CSS selector in message composer
to stop any last div from having its right-padding removed
1 parent 2d2b529 commit fee4802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_MessageComposer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
width: 100%;
3535
}
3636

37-
.mx_MessageComposer_row div:last-child{
37+
.mx_MessageComposer_row > div:last-child{
3838
padding-right: 0;
3939
}
4040

0 commit comments

Comments
 (0)