From b1bc53876f1733712ce909de32666f4edda1881e Mon Sep 17 00:00:00 2001 From: Henrike Date: Thu, 22 Sep 2022 11:32:01 +0200 Subject: [PATCH] #601 make linter happy --- frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index d256e7da..1e3b7579 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -2,8 +2,8 @@ box-sizing: border-box; } -/* This class can be used to hide things visually -but still make them accessible for assistive technology*/ +/* This class can be used to hide things visually +but still make them accessible for assistive technology */ .visually-hidden { position: absolute; overflow: hidden;