Fix dialog comments container width
This commit is contained in:
parent
eed6f69f8f
commit
58c08690f8
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ async function addComment(newComment) {
|
|||
top: 0;
|
||||
right: 0;
|
||||
bottom: 4.5rem;
|
||||
width: var(--comments-w);
|
||||
width: var(--dialog-comments-w);
|
||||
padding: var(--space-24) var(--space-32);
|
||||
}
|
||||
.comments {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue