-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
area: componentsChanges to design componentsChanges to design componentscomplexity: averageThe issue is not particularly hard but requires effort to resolveThe issue is not particularly hard but requires effort to resolvetype: bugSomething isn't workingSomething isn't working
Description
Describe the bug
There's a lot of inconsistency in the styling of input elements and buttons:
- Input elements are rendered with different background colors, borders and even sizes.
- Buttons aren't aligned, and inconsistently either have a border or a background color
- (The "expand/collapse" arrow for the filter expansion is huge)
See screenshot.
To Reproduce
Steps to reproduce the behavior:
- Go to https://software.codidact.com/
- Click on 'Filters (None)'
- See layout / styling issues
Expected behavior
- I'd expect all input elements to be the same size, color, and have the same borders.
- I'd expect all buttons to be aligned vertically.
- I'd expect all buttons to have consistent styling. (border / background color: Either everything has a border, or nothing)
Screenshots
Desktop:
- OS: Windows
- Browser: Chrome
- Version: 119.0.6045.106 (Official Build) (64-bit)
Additional details
The CSS responsible for the (mis-)alignment of that [apply] button is this:
@media screen and (min-width: 780px)
.form-group-horizontal>:last-child {
margin: 0 0 0 0.5em !important;
}Metadata
Metadata
Assignees
Labels
area: componentsChanges to design componentsChanges to design componentscomplexity: averageThe issue is not particularly hard but requires effort to resolveThe issue is not particularly hard but requires effort to resolvetype: bugSomething isn't workingSomething isn't working

