Merge branch 'feat/um-285-report-schema' into dev
This commit is contained in:
13
components/pages/reports/funnel/FunnelForm.module.css
Normal file
13
components/pages/reports/funnel/FunnelForm.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.filter {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.hiddenInput {
|
||||
visibility: hidden;
|
||||
min-height: 0px;
|
||||
max-height: 0px;
|
||||
}
|
||||
|
||||
.urlFormRow label {
|
||||
min-width: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user