-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
@Blackbaud-AlexKingman this fix seems to not work for the Inline Form repeater example - in that case, |
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.
Just a code style comment.
@@ -23,6 +25,7 @@ | |||
.sky-repeater-item-header { | |||
align-items: center; | |||
display: flex; | |||
padding-top: $sky-padding; |
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.
All of these entries appear to be missing an extra space character before padding-top
:
display: flex;
padding-top: $sky-padding;
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 didn't notice this in my IDE, but on closer inspection it looks like they might be tabs instead of spaces! 😲
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.
@Blackbaud-ToddRoberts you might want to double check your settings to make sure you're doing 2 spaces per tab.
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.
@Blackbaud-SteveBrush this is fixed!
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 99.53% 99.53%
=======================================
Files 24 24
Lines 431 431
Branches 48 48
=======================================
Hits 429 429
Misses 2 2 Continue to review full report at Codecov.
|
Addresses #31