mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-17 18:10:42 +01:00
fixed overlapping text in topic text-title
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// TODO: Needs to be cleaned up - do not child theme or you will lose your work.
|
||||
|
||||
.account {
|
||||
.topic-row {
|
||||
|
||||
@@ -120,6 +120,7 @@
|
||||
margin: 0;
|
||||
|
||||
.topic-title {
|
||||
line-height: 1.5em;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
margin: 0 0 -5px 0;
|
||||
|
||||
Reference in New Issue
Block a user