diff --git a/frontend/sass/commento-card.scss b/frontend/sass/commento-card.scss index c47601c..3583a7a 100644 --- a/frontend/sass/commento-card.scss +++ b/frontend/sass/commento-card.scss @@ -28,6 +28,7 @@ overflow: hidden; text-overflow: ellipsis; width: fit-content; + cursor: pointer; } .commento-flagged::after { diff --git a/frontend/sass/commento-logged.scss b/frontend/sass/commento-logged.scss index d831edf..f5c21f3 100644 --- a/frontend/sass/commento-logged.scss +++ b/frontend/sass/commento-logged.scss @@ -39,6 +39,7 @@ position: absolute; top: 6px; left: 48px; + cursor: pointer; } } }