Przeglądaj źródła

refactor: another small improvement

Kristian Vos 3 lat temu
rodzic
commit
e700ddb40e
1 zmienionych plików z 4 dodań i 0 usunięć
  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 {