🚨 Fixes sonarcloud linter warning

This commit is contained in:
Alicia Sykes 2021-09-06 21:57:20 +01:00
parent d5643bc0dc
commit 3b1abbb6f4
2 changed files with 1 additions and 5 deletions

View File

@ -431,8 +431,6 @@ export default {
border-bottom-color: transparent!important;
bottom: -11px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
width: 0;
height: 0;
border-style: solid;

View File

@ -108,12 +108,10 @@ html {
border-bottom-color: transparent!important;
bottom: -11px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
margin: 5px;
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
z-index: 3;
}