css-flexbox: fix wrong suggestion on height

This commit is contained in:
Rico Sta. Cruz 2017-08-31 17:27:53 +08:00
parent f59aaf2689
commit 6a3b10946a
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ weight: -3
}
.container > .content {
height: 100px;
flex: 1 0 auto;
}
```