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; }