Working on an update for DialogManager#ask that allows multiple inputs in the Dialog
This commit is contained in:
parent
7a6fa6d10d
commit
7b1db343ce
5 changed files with 124 additions and 45 deletions
|
|
@ -1,3 +1,12 @@
|
|||
.dialog-content:not(:only-child) {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.dialog-content {
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
.prompt {
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue