Fixed shield alignment on message Input (#12149)
* Fixed shield alignment on message Input * Fixed shield alignment on message Input * Updated fix * reversing merged changes
This commit is contained in:
parent
b6364a4cea
commit
b3ab5fc2c3
2 changed files with 6 additions and 2 deletions
|
@ -79,7 +79,9 @@ limitations under the License.
|
|||
.mx_MessageComposer_composecontrols {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_e2eIconWrapper {
|
||||
height: 12px; /* Match the height of the E2E icon for alignment */
|
||||
}
|
||||
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue