Browse Source

Fix word-wrap

sbkwgh 6 năm trước cách đây
mục cha
commit
26638f1b61
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;