-
Notifications
You must be signed in to change notification settings - Fork 65
Adjusted tile styles for small screens #1067
Conversation
@@ -18,7 +18,7 @@ | |||
} | |||
|
|||
:host /deep/ .sky-tile { | |||
margin: 0; | |||
margin-bottom: 0 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised by the !important
. I would've anticipated the hierarchy and specificity to be enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it wasn't enough. Perhaps Angular/Webpack adjusted how /deep/
operates. I've seen this same issue with some Stache2 components.
@@ -33,6 +33,7 @@ Thumbs.db | |||
/bower_components | |||
npm-debug.log* | |||
yarn.lock | |||
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not entirely clear to me looking at the PR in GitHub, is the package-lock.json
completely removed? I would've expected removing the file and adding this line to .gitignore
to be a two-commit process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI looks fine to me
Codecov Report
@@ Coverage Diff @@
## master #1067 +/- ##
======================================
Coverage 100% 100%
======================================
Files 317 317
Lines 5976 5976
Branches 759 759
======================================
Hits 5976 5976 Continue to review full report at Codecov.
|
No description provided.