Skip to content
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

CONCD-1007 Still a few issues #2626

Merged
merged 6 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CONCD-1007 Invert filter slider should be on the same vertical line a…
…s the label text
rasarkar committed Dec 4, 2024
commit 70a77d3140a3dba6bc6643c4376666fe554073ac
Original file line number Diff line number Diff line change
@@ -68,9 +68,9 @@
</form>
</div>
<div id="invert-filter" class="tab-pane pt-2" role="tabpanel" style="background-color: white;">
<form id="invert-form" onsubmit="return false;">
<form id="invert-form" onsubmit="return false;" class="d-flex justify-content-center">
<label class="ms-2 align-middle">Off</label>
<div class="form-check form-switch custom-control-inline ms-1 me-2 d-flex justify-content-center">
<div class="form-check form-switch custom-control-inline ms-1 me-2">
<input type="checkbox" id="invert" name="invert" class="form-check-input" role="switch" />
<label class="form-check-label" for="invert"><span class="visually-hidden">Invert</span></label>
</div>