mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Use correct CSS selector in message composer
to stop any last div from having its right-padding removed
This commit is contained in:
parent
2d2b529f80
commit
fee480289c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_row div:last-child{
|
.mx_MessageComposer_row > div:last-child{
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue