mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 17:51:09 +00:00
Give username completion a min width of 10em
Change-Id: Id98643714e092f33034dcc84a97845fb2945bfb0
This commit is contained in:
parent
78aba45909
commit
6aa2fac2f8
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue