File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/skins/vector/css/matrix-react-sdk/views/dialogs Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
+ /* Using a textarea for this element, to circumvent autofill */
17
18
.mx_ChatInviteDialog_input ,
18
19
.mx_ChatInviteDialog_input : focus {
19
20
line-height : 34px ;
@@ -22,6 +23,13 @@ limitations under the License.
22
23
padding-right : 12px ;
23
24
margin : 0 !important ;
24
25
border : 0 !important ;
26
+ outline : 0 !important ;
27
+ width : 1000% ; /* Pretend that this is an "input type=text" */
28
+ resize : none;
29
+ overflow : hidden;
30
+ vertical-align : middle;
31
+ box-sizing : border-box;
32
+ word-wrap : nowrap;
25
33
}
26
34
27
35
.mx_ChatInviteDialog_inputContainer {
@@ -31,6 +39,7 @@ limitations under the License.
31
39
padding-left : 4px ;
32
40
padding-right : 4px ;
33
41
padding-top : 2px ;
42
+ overflow : hidden;
34
43
}
35
44
36
45
.mx_ChatInviteDialog_queryList {
You can’t perform that action at this time.
0 commit comments