Browse Source

Fix word-wrap

sbkwgh 6 years ago
parent
commit
26638f1b61
1 changed files with 5 additions and 0 deletions
  1. 5 0
      frontend/src/components/MoreThreads.vue

+ 5 - 0
frontend/src/components/MoreThreads.vue

@@ -94,9 +94,14 @@
 				&:hover { background-color: #fff; }
 			}
 		}
+		@at-root #{&}__name {
+			word-break: break-all;
+			padding-right: 0.5rem;
+		}
 		@at-root #{&}__date_created {
 			color: $color__text--secondary;
 			font-size: 1rem;
+			flex-shrink: 0;
 		}
 		@at-root #{&}__empty {
 			padding: 1rem;