From acc600e8075af516c3515b7032ea780a8ffb49ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 29 Aug 2020 11:06:30 +0200 Subject: [PATCH] Use large border radius for create card inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/board/Stack.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/board/Stack.vue b/src/components/board/Stack.vue index 27fe84eec..82b11f197 100644 --- a/src/components/board/Stack.vue +++ b/src/components/board/Stack.vue @@ -310,7 +310,8 @@ export default { margin-top: 0; margin-bottom: 10px; box-shadow: 0 0 3px var(--color-box-shadow); - border-radius: 3px; + border-radius: var(--border-radius-large); + overflow: hidden; } &.icon-loading-small:after,