mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:28:32 +02:00
🐛 Fix linter issues
This commit is contained in:
parent
1d026ab085
commit
ce3e30ea02
5 changed files with 7 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue