Skip to content

Commit 65ceef3

Browse files
author
Tima4uk
committed
added dynamically change the width for popover filters
1 parent e7bf709 commit 65ceef3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

frontend/report/report.css

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/report/report.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/report/report.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
font-size: 1.6rem;
2121

2222
.popover{
23-
width: 200px;
23+
width: auto;
2424
border-color: #a0a0a0;
2525
box-shadow: none;
26+
display: inline-block;
27+
overflow: visible;
28+
max-width: none;
2629

2730
hr{
2831
margin-top: 15px;
@@ -51,11 +54,15 @@
5154
padding: 8px 0 5px;
5255
border-top: 1px solid #eee;
5356
}
57+
.filters-container {
58+
white-space: nowrap;
59+
}
5460
}
5561

5662
.form-group{
5763
margin-bottom: 0;
5864
}
65+
5966
}
6067

6168
.report-filter{

0 commit comments

Comments
 (0)