diff --git a/src/theme.scss b/src/theme.scss index 67d50e183..3fbe2774c 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -313,6 +313,7 @@ textarea { } .grid-item-content { + position: relative; display: block; background-color: white; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); @@ -380,7 +381,7 @@ textarea { justify-content: center; align-items: center; position: absolute; - right: -12px; + left: -12px; top: -12px; font-size: 24px; height: 36px;