0
Fork 0
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:
alonso.torres 2021-01-13 15:04:22 +01:00
parent ee147612a3
commit b616efd75c

View file

@ -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 {