Skip to content

Commit 514c6a3

Browse files
committed
Fixed datetime view in scheduled tasks
1 parent cfee33a commit 514c6a3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

  • src/Resources
    • app/administration/src/module/frosh-tools/component/frosh-tools-tab-scheduled
    • public/administration/css

src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-scheduled/style.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,21 @@
77
.sw-card__content {
88
padding: 0;
99
}
10+
11+
.sw-data-grid__cell--nextExecutionTime {
12+
.sw-field--datepicker {
13+
display: flex;
14+
gap: 10px;
15+
}
16+
17+
&.is--compact {
18+
.sw-field--datepicker {
19+
input {
20+
padding-top: 10px;
21+
padding-bottom: 10px;
22+
}
23+
}
24+
}
25+
}
1026
}
27+

src/Resources/public/administration/css/frosh-tools.css

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

0 commit comments

Comments
 (0)