diff --git a/src/theme.scss b/src/theme.scss index fbcba9008..f771439ac 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -248,6 +248,7 @@ h1, h2, h3 { .app-grid { display: flex; flex-wrap: wrap; + width: 100%; } .grid-item { @@ -284,7 +285,7 @@ h1, h2, h3 { } .grid-item-actions { - display: none; + display: block; position: absolute; top: 20px; right: -10px;