소스 검색

fix(ActivityItem): text would overflow

Kristian Vos 3 년 전
부모
커밋
a6c84544b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/components/ActivityItem.vue

+ 1 - 0
frontend/src/components/ActivityItem.vue

@@ -259,6 +259,7 @@ export default {
 	.left-part {
 		flex: 1;
 		padding: 12px;
+		min-width: 0;
 
 		.item-title {
 			margin: 0;