Template dialog: Remove height override of collapsed LazyMultilineTextInputWidget

The default rendering is already correct unless there are more
than 2 lines of text present.

Change-Id: I5be936d75f81dcbbb58793d93796240540555124
This commit is contained in:
Ed Sanders 2023-10-26 14:16:13 +01:00
parent 60b7420e3f
commit c6f732914f

View file

@ -30,7 +30,3 @@
font-style: italic;
color: #54595d;
}
.ve-ui-mwLazyMultilineTextInputWidget-collapsed {
height: 2.5em;
}