Skip to content

Commit 020f4bb

Browse files
authored
fix tag input styles in filters (#185)
1 parent 2bb6526 commit 020f4bb

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

client/desk_activity_report/views/desk-activity-report-parameters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="sd-alert sd-alert--hollow" translate>
1+
<div class="sd-alert sd-alert--hollow" translate style="margin-bottom: var(--space--2)">
22
Generate a report showing activity on a desk.
33
</div>
44

client/styles/analytics.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@
166166
&--padding-bottom {
167167
padding-bottom: 20rem;
168168
}
169-
170-
// Fix width of placeholder
171-
.tags-input__input {
172-
width: auto !important;
173-
}
174169
}
175170

176171
.sda-report-filters__loader {

0 commit comments

Comments
 (0)