diff --git a/app/assets/stylesheets/workflows.css b/app/assets/stylesheets/workflows.css index 150c6cffc..0cda31190 100644 --- a/app/assets/stylesheets/workflows.css +++ b/app/assets/stylesheets/workflows.css @@ -29,11 +29,11 @@ } .workflow-preview { - --border-size: 3px; + --border-size: 0.2em; aspect-ratio: 1; flex: 1 1 30%; - max-inline-size: 33%; + max-inline-size: 30%; button { --hover-size: 0; @@ -51,6 +51,7 @@ margin: 0; max-inline-size: 100%; outline: 0; + overflow: hidden; padding: 1em; text-align: start; } diff --git a/app/views/collections/edit/_workflows.html.erb b/app/views/collections/edit/_workflows.html.erb index 092b6195f..1b6154415 100644 --- a/app/views/collections/edit/_workflows.html.erb +++ b/app/views/collections/edit/_workflows.html.erb @@ -1,11 +1,11 @@ Workflows