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

Tests sorting #525

Merged
merged 18 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
Improve styling
  • Loading branch information
wojciech.blachowski committed Sep 24, 2019
commit 2eb5252740a5cebd8edfd2c01a1a2e9bfcc42cba
12 changes: 7 additions & 5 deletions report/src/main/webapp/assets/sass/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,21 @@

.order-dropdown {
position: relative;
width: calc(100% - 26px - 8px);
width: calc(100% - 32px);
float: left;
}

.order-reversal-icon {
width: 26px;
width: 24px;
height: 12px;
color: white;
float: right;
cursor: pointer;
position: relative;

.fontawesome {
position: static;
cursor: pointer;
.fontawesome{
right: 0;
top: 7px;
}
}
}
Expand Down