diff --git a/php/public/style.css b/php/public/style.css index 5b56c1cb..7cfc86fe 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -702,8 +702,9 @@ body.modal-open { display: flex; justify-content: space-between; align-items: flex-start; - /* Reserve the vendor-line slot so cards with and without one keep their - titles, checkmarks and feature lists on the same baseline. */ + /* Reserve the vendor-line slot so a card without one keeps its title and + feature list level with the cards that have one. + 44px = 24px title height + 4px vendor-line margin + 16px vendor line. */ min-height: 44px; margin-bottom: 16px; } @@ -726,6 +727,7 @@ body.modal-open { .office-checkmark { flex-shrink: 0; + align-self: center; display: none; } diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig index 44717693..539f6f68 100644 --- a/php/templates/includes/optional-containers.twig +++ b/php/templates/includes/optional-containers.twig @@ -302,7 +302,7 @@
You need to make sure that the options that you enter are valid. An example is --o:net.content_security_policy=frame-ancestors *.example.com:*;.
{% else %} -The additioinal options for Collabora Online are currently set to {{ collabora_additional_options }}. You can reset them again by clicking on the button below.
+The additional options for Collabora Online are currently set to {{ collabora_additional_options }}. You can reset them again by clicking on the button below.