-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing styles fix #205
base: master
Are you sure you want to change the base?
Missing styles fix #205
Conversation
ghost
commented
Jan 11, 2019
•
edited by ghost
Loading
edited by ghost
- Channel setting's additional options and edit message retention modal style missing fix
- search modal files list missing style fix
style missing fix
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.
Please see my follow up comments, and also make the changes requested by the linter. Please don't simply resolve the linter's comments. It helps keep the codebase consistent to follow these suggestions. If you feel like any of the linter rules are unnecessary than please submit a separate PR with your suggested changes there.
Thanks!
@@ -97,4 +99,4 @@ | |||
@import "modules/pages/apps"; | |||
@import "modules/pages/legal"; | |||
@import "modules/pages/oauth"; | |||
@import "modules/pages/spaces"; | |||
@import "modules/pages/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.
Files should end with a trailing newline
|
||
.p-unreads_view { | ||
background: $color-base; | ||
|
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.
Line contains trailing whitespace