mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fixes comments styles
This commit is contained in:
parent
ee147612a3
commit
b616efd75c
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
width: 100%;
|
||||
border-radius: 2px;
|
||||
border: 1px solid $color-gray-10;
|
||||
max-height: 4rem;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
@ -427,6 +428,11 @@
|
|||
.section-title {
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
.threads {
|
||||
max-height: 25rem;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Loading…
Reference in a new issue