-
Notifications
You must be signed in to change notification settings - Fork 860
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
fix: Align search bar in the date-list container #2383
fix: Align search bar in the date-list container #2383
Conversation
src/backend/_scss/application.scss
Outdated
} | ||
} | ||
} | ||
} |
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
src/backend/_scss/application.scss
Outdated
label { | ||
display: inline; | ||
|
||
.fa { |
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.
Nesting should be no greater than 4, but was 5
Selector should have depth of applicability no greater than 4, but was 5
src/backend/_scss/application.scss
Outdated
.search-filter { | ||
label { | ||
display: inline; | ||
|
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
src/backend/_scss/application.scss
Outdated
@@ -2469,3 +2469,17 @@ a.skip:hover { | |||
display: none; | |||
} | |||
} | |||
|
|||
.date-list { |
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.
Merge rule .date-list
with rule on line 625
c6a937c
to
c238a6e
Compare
.date-list-search-filter { | ||
label { | ||
display: inline; | ||
.fa { |
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.
Rule declaration should be preceded by an empty line
c238a6e
to
cedbc04
Compare
@iamareebjamal can you please review this PR? |
Please follow PR title guidelines |
Checklist
development
branch.Short description of what this resolves:
Aligns the search bar which was out of place earlier.
Before the change:
After the change:
Changes proposed in this pull request:
Fixes #2214