From 482bcb3149b0e367f27d93557a15231e03c2580d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 31 Aug 2024 11:45:51 +0200 Subject: [PATCH] fix: Fix styling of navigation input fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- cypress/e2e/boardFeatures.js | 2 +- .../navigation/AppNavigationAddBoard.vue | 52 ++++++++++++++----- .../navigation/AppNavigationBoard.vue | 48 ++++++++++++----- 3 files changed, 74 insertions(+), 28 deletions(-) diff --git a/cypress/e2e/boardFeatures.js b/cypress/e2e/boardFeatures.js index e4d675a98..1e3bf752e 100644 --- a/cypress/e2e/boardFeatures.js +++ b/cypress/e2e/boardFeatures.js @@ -35,7 +35,7 @@ describe('Board', function() { .type(board, { force: true }) // Submit - cy.get('.board-create form input[type=submit]') + cy.get('.board-create form button[type=submit]') .first().click({ force: true }) cy.wait('@createBoardRequest').its('response.statusCode').should('equal', 200) diff --git a/src/components/navigation/AppNavigationAddBoard.vue b/src/components/navigation/AppNavigationAddBoard.vue index fb250eb9e..5ef11fb83 100644 --- a/src/components/navigation/AppNavigationAddBoard.vue +++ b/src/components/navigation/AppNavigationAddBoard.vue @@ -8,19 +8,41 @@ icon="icon-add" @click.prevent.stop="startCreateBoard" />
- +
- - - + + + + + + +