🐛 Fix linter issues

This commit is contained in:
Andrés Moya 2023-03-21 16:52:19 +01:00 committed by Andrés Moya
parent 1d026ab085
commit ce3e30ea02
5 changed files with 7 additions and 16 deletions

View file

@ -276,7 +276,7 @@ textarea {
max-width: 85%;
overflow: hidden;
text-overflow: ellipsis;
line-height: $lh-115; // Original value was 16px; 16px/14px = 114.285714286% => $lh-115 (rounded)
line-height: $lh-115; // Original value was 16px; 16px/14px = 114.285714286% => $lh-115 (rounded)
font-size: $fs14;
color: $color-black;
}