Merge pull request #1323 from yanCode/fix/prompt-list-style

fix: styles on .user-prompt-buttons
This commit is contained in:
Yifei Zhang 2023-05-08 10:43:59 +08:00 committed by GitHub
commit 4a17dca7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -60,18 +60,13 @@
.user-prompt-buttons {
display: flex;
align-items: center;
column-gap: 2px;
.user-prompt-button {
height: 100%;
&:not(:last-child) {
margin-right: 5px;
}
//height: 100%;
padding: 7px;
}
}
}
}
.user-prompt-actions {
}
}