mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 22:17:48 +01:00
fixing other stuff I broke with this fix.
This commit is contained in:
parent
be30f9c7e5
commit
3c2467092b
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
.answerbox--question-text, .answerbox--question-user {
|
.answerbox--question-text, .answerbox--question-user {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.answerbox--question-text {
|
.answerbox--question-text {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
.comments--content {
|
.comments--content {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-body {
|
.media-body {
|
||||||
|
|
Loading…
Reference in a new issue