소스 검색

Merge remote-tracking branch 'origin/polishing' into owen

Owen Diffey 4 년 전
부모
커밋
9bbe2a1c51
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      frontend/src/App.vue

+ 2 - 1
frontend/src/App.vue

@@ -655,7 +655,7 @@ a {
 			border: 0;
 			padding: 10px;
 			font-size: 15.5px;
-			height: 36px;
+			min-height: 36px;
 			background: var(--light-grey);
 			border-radius: 5px;
 			cursor: pointer;
@@ -664,6 +664,7 @@ a {
 				display: flex;
 				flex-direction: row;
 				align-items: center;
+				overflow-wrap: anywhere;
 
 				p {
 					margin-left: 10px;