瀏覽代碼

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 {