mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix horizontal scroll bar in comments
This commit is contained in:
parent
3bbf97fde9
commit
3b0148046b
1 changed files with 4 additions and 8 deletions
|
@ -98,8 +98,12 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
@include bodySmallTypography;
|
||||
color: var(--color-foreground-primary);
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.replies {
|
||||
|
@ -203,13 +207,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.content {
|
||||
position: relative;
|
||||
.text {
|
||||
@include bodySmallTypography;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
}
|
||||
.comment-options-dropdown {
|
||||
@extend .dropdown-wrapper;
|
||||
|
@ -233,7 +230,6 @@
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: $s-260;
|
||||
min-width: $s-260;
|
||||
margin-bottom: $s-8;
|
||||
padding: $s-8;
|
||||
color: var(--input-foreground-color-active);
|
||||
|
|
Loading…
Add table
Reference in a new issue