forked from matrix/element-web
Tweak on the textarea to prevent the input area jumping a couple of pixels in size between textarea and AddressTile
This commit is contained in:
parent
c0ce7663a9
commit
ace0e01d86
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||||
.mx_ChatInviteDialog_input,
|
.mx_ChatInviteDialog_input,
|
||||||
.mx_ChatInviteDialog_input:focus
|
.mx_ChatInviteDialog_input:focus
|
||||||
{
|
{
|
||||||
line-height: 34px;
|
height: 26px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
|
Loading…
Reference in New Issue