mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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 {
|
.content {
|
||||||
|
position: relative;
|
||||||
@include bodySmallTypography;
|
@include bodySmallTypography;
|
||||||
color: var(--color-foreground-primary);
|
color: var(--color-foreground-primary);
|
||||||
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.replies {
|
.replies {
|
||||||
|
@ -203,13 +207,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content {
|
|
||||||
position: relative;
|
|
||||||
.text {
|
|
||||||
@include bodySmallTypography;
|
|
||||||
white-space: pre;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.comment-options-dropdown {
|
.comment-options-dropdown {
|
||||||
@extend .dropdown-wrapper;
|
@extend .dropdown-wrapper;
|
||||||
|
@ -233,7 +230,6 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $s-260;
|
max-width: $s-260;
|
||||||
min-width: $s-260;
|
|
||||||
margin-bottom: $s-8;
|
margin-bottom: $s-8;
|
||||||
padding: $s-8;
|
padding: $s-8;
|
||||||
color: var(--input-foreground-color-active);
|
color: var(--input-foreground-color-active);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue