Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
improve CSS for intellisense results presentation
Dieser Commit ist enthalten in:
Ursprung
979e896d6b
Commit
fe67efdb3c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -434,8 +434,9 @@
|
||||||
|
|
||||||
div.ac-wrap {
|
div.ac-wrap {
|
||||||
width: 98.5% !important;
|
width: 98.5% !important;
|
||||||
overflow: auto;
|
overflow: visible;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
|
min-height: 34px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #e9e9e9;
|
border: 1px solid #e9e9e9;
|
||||||
padding: 5px 4px 1px 4px;
|
padding: 5px 4px 1px 4px;
|
||||||
|
|
Laden …
In neuem Issue referenzieren