mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-03 09:25:18 -04:00
widen @name autocomplete dialog 20%
This commit is contained in:
parent
906d1bc7c8
commit
52fa9a5453
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 240px;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
border: 1px solid $gray;
|
border: 1px solid $gray;
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue