Give username completion a min width of 10em

Change-Id: Id98643714e092f33034dcc84a97845fb2945bfb0
This commit is contained in:
Ed Sanders 2020-05-11 19:44:52 +01:00
parent 78aba45909
commit 6aa2fac2f8

View file

@ -24,5 +24,10 @@
padding: 0.05px 8px;
}
}
// TODO: target this to username completion dropdowns, not all
.ve-ui-completionWidget > .oo-ui-menuSelectWidget {
min-width: 10em;
}
}
}