From 448a2abb931396010ca3bf901af7c9a33c00de23 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 28 Oct 2021 17:46:05 +0200 Subject: [PATCH] Fix forms button UI --- www/form/app-form.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 7a8e1ece1..ee3ef3620 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -381,6 +381,7 @@ .cp-form-creator-types { .btn-secondary { background: transparent; + display: inline-flex; &:hover, &:not(:disabled):active, &:focus { background-color: @cryptpad_color_brand_fadest; } @@ -427,6 +428,7 @@ .cp-form-creator-types { .btn-secondary { background: transparent; + display: inline-flex; &:hover, &:not(:disabled):active, &:focus { background-color: @cryptpad_color_brand_fadest; }