diff --git a/plinth/templates/index.html b/plinth/templates/index.html index f9c0f0d41..7fc3be791 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -41,7 +41,9 @@

+
{{ shortcut.label|linebreaks }} +
diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 8c6106be4..8208111d6 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -113,4 +113,8 @@ footer { footer license-info p{ margin: 20px 0; +} + +.shortcut-label { + min-height:50px; } \ No newline at end of file