소스 검색

refactor: another small improvement

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

+ 4 - 0
frontend/src/App.vue

@@ -1284,6 +1284,10 @@ button.delete:focus {
 	&.is-expanded {
 		flex: 1;
 	}
+
+	&.has-addons {
+		display: flex;
+	}
 }
 
 .input-with-button {